diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-28 23:10:40 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-02-28 23:10:40 +0000 |
commit | 0a96edac9cd553cc0d1fa32defb80582699bcdd2 (patch) | |
tree | f5c031c1ac17b0c2c76063d6c34bccc736573ea9 | |
parent | d92beda526f1495d16b54880a40ebb3c7d7e5f2e (diff) |
Slightly toned down the text-shadow on navigation
-rw-r--r-- | theme/base/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index be124f433..c741ed4cb 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -297,7 +297,7 @@ padding:4px 11px; border-width:1px; border-style:solid; border-bottom:0; -text-shadow: 4px 4px 4px #ddd; +text-shadow: 2px 2px 2px #ddd; font-weight:bold; } #site_nav_local_views .nav { |