summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsarven <csarven@plantard.controlezvous.ca>2009-01-17 02:13:02 +0000
committersarven <csarven@plantard.controlezvous.ca>2009-01-17 02:13:02 +0000
commit996eb1da4ea043360dbc7accf9254537d59c7df5 (patch)
tree08179b029651012b0476e9b49dcd6aa6b7178484
parent3e40a564bd7f727d2c967b6f70acc14d4b801d97 (diff)
site nav local views styles -- rgba background color
-rw-r--r--theme/base/css/display.css3
-rw-r--r--theme/identica/css/display.css4
2 files changed, 6 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;
diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css
index c2eb4ef65..aed4f95e5 100644
--- a/theme/identica/css/display.css
+++ b/theme/identica/css/display.css
@@ -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);:
}
/*