[Rt-commit] r3954 - in rt/branches/3.5-TESTING: .
html/NoAuth/css/3.5-default
trs at bestpractical.com
trs at bestpractical.com
Wed Oct 12 19:43:40 EDT 2005
Author: trs
Date: Wed Oct 12 19:43:40 2005
New Revision: 3954
Modified:
rt/branches/3.5-TESTING/ (props changed)
rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
Log:
r6574 at wintermute: tom | 2005-10-12 13:45:46 -0400
Fix stacked menu spacing in IE
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/header.css Wed Oct 12 19:43:40 2005
@@ -13,7 +13,7 @@
font-size: 2em;
font-weight: bold;
left: 1.3em;
- top: 0.21em;
+ top: 0.15em;
z-index: 3;
}
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/nav.css Wed Oct 12 19:43:40 2005
@@ -20,6 +20,17 @@
margin-top: 0.75em;
}
+/*
+%# We need the extra padding above for browsers where we display the arrows
+%# but those don't work in IE so we don't want as much spacing
+%#
+%# IE wrongly matches the selector below even though there isn't an element
+%# above <html> in the doc tree
+*/
+* html #nav li ul {
+ margin-top: 0.25em;
+}
+
#nav li {
display: inline;
margin-bottom: 1em;
More information about the Rt-commit
mailing list