[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-414-g37ded73
Thomas Sibley
trs at bestpractical.com
Mon Nov 8 16:14:15 EST 2010
The branch, 3.9-trunk has been updated
via 37ded7303b6da06f521d32ae72ea72e7addc4d7c (commit)
from 87bd8a635e41535b722d00154614b75dfcb6760a (commit)
Summary of changes:
share/html/NoAuth/css/aileron/nav.css | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 37ded7303b6da06f521d32ae72ea72e7addc4d7c
Author: Thomas Sibley <trs at bestpractical.com>
Date: Mon Nov 8 16:14:11 2010 -0500
Don't show a border for the first menubar item
diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index 630b417..120d9ce 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -89,6 +89,9 @@
border-top: 1px solid white;
}
+#app-nav.sf-menu > li:first-child > a {
+ border-left: none;
+}
#page-navigation {
position: absolute;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list