Template:UIUC09Temp
From 2009.igem.org
(Difference between revisions)
Line 26: | Line 26: | ||
/**************** menu coding *****************/ | /**************** menu coding *****************/ | ||
#menu { | #menu { | ||
+ | width: 100%; | ||
background: #F47F24; | background: #F47F24; | ||
float: left; | float: left; | ||
} | } | ||
- | #menu ul { | + | #menu ul.one, ul.two { |
list-style: none; | list-style: none; | ||
margin: 0; | margin: 0; | ||
Line 37: | Line 38: | ||
} | } | ||
- | #menu | + | #menu ul.one { |
width: 14.28%; | width: 14.28%; | ||
+ | } | ||
+ | |||
+ | #menu ul.two { | ||
+ | width:100%; | ||
+ | } | ||
+ | |||
+ | #menu a.gray, #menu a.orange { | ||
text-align: center; | text-align: center; | ||
text-transform: uppercase; | text-transform: uppercase; |
Revision as of 15:13, 8 July 2009