Team:ETH Zurich/css/adjust igem standard.css

From 2014.igem.org

(Difference between revisions)
Line 19: Line 19:
/* height: 100%; */ /*-- LW Tablet Layout Fix --*/
/* height: 100%; */ /*-- LW Tablet Layout Fix --*/
background-color: transparent;
background-color: transparent;
 +
}
 +
 +
#top-section{
 +
height:20px;
}
}

Revision as of 12:51, 12 September 2014

  1. contentSub, #footer-box, #catlinks, #search-controls, #p-logo, .printfooter, .visualClear, .firstHeading {display: none;}, /*-- hides default wiki settings --*/

body {

   margin: 10px 0 0 0;
   padding: 0;}


  1. globalWrapper, #content { /*-- changes default wiki settings --*/

width: 100%; height: 100%; border: 0px; background-color: transparent; margin: 0px; padding: 0px; }

html, body, .wrapper { /*-- changes default wiki settings --*/ width: 100%; /* height: 100%; */ /*-- LW Tablet Layout Fix --*/ background-color: transparent; }

  1. top-section{

height:20px; }