[Rt-commit] rt branch, menuing, updated. rt-3.9.4-374-gd9753b9
Jesse Vincent
jesse at bestpractical.com
Wed Nov 3 21:09:03 EDT 2010
The branch, menuing has been updated
via d9753b9c195da466e9f9256300bfa3b70d076234 (commit)
via 4378aaa941241630fa1058dd14383cf974558540 (commit)
from db9b1c5b9d65077086188e7e8a14a00f77b28e32 (commit)
Summary of changes:
share/html/NoAuth/css/aileron/nav.css | 26 ++++++++++++++++++--------
1 files changed, 18 insertions(+), 8 deletions(-)
- Log -----------------------------------------------------------------
commit 4378aaa941241630fa1058dd14383cf974558540
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Nov 3 20:56:14 2010 -0400
some color fixes for aileron
diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index 58c00ca..86e4c35 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -49,13 +49,6 @@
width: 100%;
}
-.sf-menu a, .sf-menu a:hover {
- padding-top: 0.5em;
- padding-bottom: 0.5em;
- border-color: #fff;
- color: #000;
-}
-
.sf-menu li:hover {
background-color: #fff;
@@ -74,6 +67,14 @@
text-color: #000;
}
+#main-navigation .sf-menu a, #main-navigation .sf-menu a:hover {
+ padding-top: 0.5em;
+ padding-bottom: 0.5em;
+ border-color: #fff;
+ color: #000;
+}
+
+
#page-navigation {
position: absolute;
top: 6.8em;
@@ -89,6 +90,7 @@
#page-navigation .sf-menu a:visited, #page-navigation .sf-menu a {
border: none;
+ color: #000;
}
commit d9753b9c195da466e9f9256300bfa3b70d076234
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Nov 3 21:05:18 2010 -0400
small color cleanup
diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index 86e4c35..332c4a1 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -55,7 +55,7 @@
}
.sf-menu li, .sf-menu li li, .sf-menu li li li {
- background-color: #eee;
+ background-color: #eaeaea;
}
#main-navigation {
@@ -74,6 +74,14 @@
color: #000;
}
+#main-navigation a {
+ border-top: none;
+}
+
+#main-navigation li li a {
+ border-top: 1px solid white;
+}
+
#page-navigation {
position: absolute;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list