site nav local views styles -- rgba background color

This commit is contained in:
sarven 2009-01-17 02:13:02 +00:00
parent 3e40a564bd
commit 996eb1da4e
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -59,6 +59,10 @@ background-color:transparent;
#site_nav_local_views a {
border-color:#fff;
background-color:rgba(255, 255, 255, 0.2);
}
#site_nav_local_views a:hover {
background-color:rgba(255, 255, 255, 0.7);:
}
/*