Team:Missouri Miners/Header
From 2010.igem.org
(Difference between revisions)
Line 24: | Line 24: | ||
} | } | ||
- | # | + | #content{ |
- | + | width: 975px; | |
- | + | background-color: white; | |
- | + | padding:0px; | |
+ | margin:0 auto; | ||
+ | color: #085706; | ||
} | } | ||
- | |||
#top-section { | #top-section { | ||
Line 40: | Line 41: | ||
padding:0; | padding:0; | ||
border: none; | border: none; | ||
+ | position: relative; | ||
+ | top:-80px; | ||
} | } | ||
- | # | + | #p-logo { |
- | + | height:1px; | |
- | + | overflow:hidden; | |
- | + | display: none; | |
- | + | ||
- | + | ||
} | } | ||
+ | |||