diff --git a/stylesheets/styles.css b/stylesheets/styles.css index 5f019bb..b1a8ddd 100644 --- a/stylesheets/styles.css +++ b/stylesheets/styles.css @@ -112,27 +112,17 @@ header { header ul { list-style:none; height:40px; - padding:0; - - background: #eee; - background: -moz-linear-gradient(top, #f8f8f8 0%, #dddddd 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#dddddd)); - background: -webkit-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: -o-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: -ms-linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - background: linear-gradient(top, #f8f8f8 0%,#dddddd 100%); - + background: #f4f4f4; border-radius:5px; - border:1px solid #d2d2d2; - box-shadow:inset #fff 0 1px 0, inset rgba(0,0,0,0.03) 0 -1px 0; + border:1px solid #e0e0e0; width:270px; } header li { width:89px; float:left; - border-right:1px solid #d2d2d2; + border-right:1px solid #e0e0e0; height:40px; } @@ -156,18 +146,10 @@ header ul a { header ul a:hover { color:#999; - background: -moz-linear-gradient(top, #fff 0%, #ddd 100%); - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#ddd)); - background: -webkit-linear-gradient(top, #fff 0%,#ddd 100%); - background: -o-linear-gradient(top, #fff 0%,#ddd 100%); - background: -ms-linear-gradient(top, #fff 0%,#ddd 100%); - background: linear-gradient(top, #fff 0%,#ddd 100%); } header ul a:active { - -webkit-box-shadow: inset 0px 2px 2px 0px #ddd; - -moz-box-shadow: inset 0px 2px 2px 0px #ddd; - box-shadow: inset 0px 2px 2px 0px #ddd; + background-color:#f0f0f0; } strong { @@ -175,11 +157,6 @@ strong { font-weight:700; } -header ul li + li { - width:88px; - border-left:1px solid #fff; -} - header ul li + li + li { border-right:none; width:89px;