Template:Team:Alberta/2011style.css
From 2011.igem.org
(Difference between revisions)
m |
m |
||
Line 22: | Line 22: | ||
padding: 0px; | padding: 0px; | ||
margin-top: 20px; | margin-top: 20px; | ||
+ | } | ||
+ | |||
+ | #catlinks { | ||
+ | display: none; | ||
} | } | ||
Revision as of 02:19, 24 August 2011
/* TOP BAR SECTION */
- top-section {
background-color: blue; width: 1000px; border: 0px; padding: 0px;
}
- firstHeading {
display: none;
}
- p-logo {
display: none;
}
/* CONTENT SECTION */
- content {
width: 1000px; background-color: red; border: 0px; padding: 0px; margin-top: 20px;
}
- catlinks {
display: none;
}
/* FOOTER SECTION */
- footer-box {
width: 1000px; background-color: green;
}