Template:SMTexas/CSS
From 2014hs.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
- | #contentSub, #search-controls, .firstHeading, #footer-box, #catlinks, #p-logo { | + | #contentSub, |
- | display:none;} | + | #search-controls, |
+ | .firstHeading, | ||
+ | #footer-box, | ||
+ | #catlinks, | ||
+ | #p-logo { | ||
+ | display:none; | ||
+ | } | ||
#top-section { | #top-section { | ||
border: none; | border: none; | ||
- | height: 0px;} | + | height: 0px; |
+ | } | ||
#content { | #content { | ||
- | border: none;} | + | border: none; |
- | + | } | |
- | + | ||
#menubar > ul > li:last-child { | #menubar > ul > li:last-child { | ||
- | display: none; | + | display: none; |
- | + | } | |
#menubar { | #menubar { | ||
- | width: auto;} | + | width: auto; |
+ | } |
Revision as of 03:24, 6 April 2014
- contentSub,
- search-controls,
.firstHeading,
- footer-box,
- catlinks,
- p-logo {
display:none;
}
- top-section {
border: none; height: 0px;
}
- content {
border: none;
}
- menubar > ul > li:last-child {
display: none;
}
- menubar {
width: auto;
}