diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 02:13:02 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-17 02:13:02 +0000 |
commit | 996eb1da4ea043360dbc7accf9254537d59c7df5 (patch) | |
tree | 08179b029651012b0476e9b49dcd6aa6b7178484 /theme/base | |
parent | 3e40a564bd7f727d2c967b6f70acc14d4b801d97 (diff) |
site nav local views styles -- rgba background color
Diffstat (limited to 'theme/base')
-rw-r--r-- | theme/base/css/display.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/base/css/display.css b/theme/base/css/display.css index fce4c7b86..fb7e71acd 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -219,8 +219,9 @@ padding:4px 11px; -moz-border-radius-topleft:4px; -moz-border-radius-topright:4px; border-width:1px; -border-style:dashed; +border-style:solid; border-bottom:0; +font-weight:bold; } #site_nav_local_views .nav { float:left; |