diff options
-rw-r--r-- | _nav/css/source.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/_nav/css/source.css b/_nav/css/source.css index 5b3ca57b4..8ebb51b6d 100644 --- a/_nav/css/source.css +++ b/_nav/css/source.css @@ -14,7 +14,7 @@ background: -moz-linear-gradient(top, #3494D3 0%, #2383C2 50%); background: -o-linear-gradient(top, #3494D3 0%, #2383C2 50%); background: linear-gradient(top, #3494D3 0%, #2383C2 50%); - font: normal 14px/1.3em "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; + font: normal 13px/1.3em "Trebuchet MS", "Lucida Grande", "Lucida Sans", Verdana, Tahoma, Arial, sans-serif; } #nav { @@ -27,6 +27,7 @@ padding: 0; border-right: 1px solid #f0f0f0; } +#nav li:last-child { border: none; } #nav a { display: block; height: 64px; @@ -35,9 +36,8 @@ text-align: center; line-height: 75px; min-width: 2.5em; - color: #000; + color: #444; background: #fff; - text-shadow: 0 0 4px #ddd; cursor: pointer; } #nav a:hover { @@ -65,7 +65,7 @@ font-weight: bold; background: transparent; color: white; - text-shadow: 0 0 4px #222; + text-shadow: 0 0 3px #222; /*outline: 4px solid white; => works with Chrome 18+, fails with Firefox 12 => using this ~ hack in the meantime {{ @@ -97,7 +97,7 @@ h3 a { margin: 0; padding: 0.5em 1em 0.8em 30px; color: #fff; - text-shadow: 0 0 4px #222; + text-shadow: 0 0 3px #222; background: #2383C2; background: -webkit-linear-gradient(top, #2383C2 0%, #1272B1 50%); background: -moz-linear-gradient(top, #2383C2 0%, #1272B1 50%); |