Difference between revisions of "Template:Team:TU Eindhoven/UC CSS"

Line 30: Line 30:
 
}
 
}
 
#content {
 
#content {
margin: 50px auto;
+
margin: 20px auto;
 
background-color: red;
 
background-color: red;
 
width:50px;
 
width:50px;

Revision as of 08:42, 12 April 2015

/* Start Removing iGEM Style */ body { margin-top: 0px; background-color: #ffffff } #content { width:auto; margin:0px; padding:0px; border:none; background:none; } #globalWrapper { width:auto; padding:0px; margin-top:-25px; } #top-section { height:10%; width:100%; border:none; border-top:none; } #searchInput, #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { display:none; } a { background:none; } #content { margin: 20px auto; background-color: red; width:50px; } /* End Removing iGEM Style */