Team:SUSTC-Shenzhen-B/CSS/style.css
From 2013.igem.org
(Difference between revisions)
Line 20: | Line 20: | ||
margin: 0px; | margin: 0px; | ||
padding: 0px; | padding: 0px; | ||
- | |||
- | |||
- | |||
- | |||
height: 100%; | height: 100%; | ||
width: 100%; | width: 100%; |
Revision as of 11:15, 27 September 2013
/* Remove Items (origin items) */
#top-section, #footer-box, #catlinks, #top, h1.firstHeading, #siteSub, #contentSub{ display: none;
}
/* Modify Items (origin items) */
*{
margin: 0px; padding: 0px;
} html, body { height: 100%; width: 100%; }
#globalWrapper{ height: 100%;
width: 100%; }
#content{
margin: 0px;
padding: 0px;
height: 100%; width: 100%;
} #bodyContent {
height: 100%; width: 100%; } #iGEM_nav {
padding:0; padding-left:15px; padding-right: 15px; } #iGEM_nav img { height: 40px; }