Team:UIUC-Illinois/DropdownTest
From 2012.igem.org
(Difference between revisions)
Line 148: | Line 148: | ||
margin-right: auto; | margin-right: auto; | ||
margin-top: -20px; | margin-top: -20px; | ||
+ | } | ||
+ | |||
+ | #headernavbar{ | ||
+ | list-style:none; | ||
+ | font-weight:bold; | ||
+ | margin-bottom:10px; | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | } | ||
+ | #headernavbar li{ | ||
+ | float:left; | ||
+ | margin-right:10px; | ||
+ | position:relative; | ||
+ | } | ||
+ | #headernavbar a{ | ||
+ | display:block; | ||
+ | padding:5px; | ||
+ | color:#fff; | ||
+ | background:#333; | ||
+ | text-decoration:none; | ||
+ | } | ||
+ | #headernavbar a:hover{ | ||
+ | color:#fff; | ||
+ | background:#6b0c36; | ||
+ | text-decoration:underline; | ||
} | } | ||
Revision as of 17:44, 31 May 2012