diff options
author | Romain d'Alverny <rda@mageia.org> | 2012-07-04 08:39:38 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2012-07-04 08:39:38 +0000 |
commit | e67d7add7f3c9f1f46be9af737999969669cb108 (patch) | |
tree | 8834a4f9fd123378d3ed2c5e5140d6550c69e58b /_nav/css | |
parent | 1ba1b99c6b8baeb7fc3d4cdb076f6a072ffa1188 (diff) | |
download | www-e67d7add7f3c9f1f46be9af737999969669cb108.tar www-e67d7add7f3c9f1f46be9af737999969669cb108.tar.gz www-e67d7add7f3c9f1f46be9af737999969669cb108.tar.bz2 www-e67d7add7f3c9f1f46be9af737999969669cb108.tar.xz www-e67d7add7f3c9f1f46be9af737999969669cb108.zip |
lighter font
Diffstat (limited to '_nav/css')
-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%); |