Template:MIT-header
From 2011.igem.org
(Difference between revisions)
Line 41: | Line 41: | ||
background-color: white; | background-color: white; | ||
} | } | ||
- | #menubar ul | + | #menubar ul{ |
- | { | + | width:100%; |
- | width:100%; | + | padding:0; |
- | padding:0; | + | margin:0; |
- | margin:0; | + | list-style-type:none; |
- | list-style-type:none; | + | |
} | } | ||
- | a | + | a { |
- | { | + | width:6em; |
- | width:6em; | + | text-decoration:none; |
- | text-decoration:none; | + | color:black; |
- | color:black; | + | background-color:white; |
- | background-color:white; | + | padding:0.2em 0.6em; |
- | padding:0.2em 0.6em; | + | border-right:1px solid white; |
- | border-right:1px solid white; | + | |
} | } | ||
a:hover {background-color:#ff3300;} | a:hover {background-color:#ff3300;} |
Revision as of 22:05, 24 October 2011