diff --git a/stylesheets/styles.css b/stylesheets/styles.css index dcf0002dc..c41610d4d 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -121,18 +121,18 @@ header ul { width:270px; } -header li { +header ul li { width:89px; float:left; border-right:1px solid #e0e0e0; height:40px; } -header li:first-child a { +header ul li:first-child a { border-radius:5px 0 0 5px; } -header li:last-child a { +header ul li:last-child a { border-radius:0 5px 5px 0; }