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

From 2014.igem.org

(Difference between revisions)
Line 22: Line 22:
#top-section{
#top-section{
-
height:20px;
+
height:14px;
}
}

Revision as of 12:53, 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:14px; }