Team:HSAAHNU Anhui/normalize.css
From 2014hs.igem.org
(Difference between revisions)
(wrapper) |
(normalization. all clear now.) |
||
Line 1: | Line 1: | ||
- | + | #top-section { | |
- | + | display: none; | |
+ | } | ||
+ | |||
+ | #footer-box { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #siteSub { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .printfooter { | ||
+ | display: none; | ||
} | } |
Revision as of 11:52, 27 May 2014
- top-section {
display: none;
}
- footer-box {
display: none;
}
.firstHeading {
display: none;
}
- siteSub {
display: none;
}
.printfooter {
display: none;
}