Team:WITS-CSIR SA/css/layout.css

From 2011.igem.org

html, body {

   width: 100%;
   height: 100%;
   padding: 0;
   margin: 0;
   overflow: hidden;

}

.layout {

   height: 100%;
   background-color: #ffffff;

}

.center, .east, .west, .north, .south {

   display: inline-block;
   padding: 1em;

}

.east, .west, .center {

   background-color: White;

}

.west {

   width: 30%;

}

.east
{
    width:32%;
}

.north {

   height:60px;

} .south {

   height: 70px;
   padding:0px;

}

.center {

   overflow-y: auto;

}