[Rt-commit] r4371 - in rt/branches/3.5-TESTING: .
trs at bestpractical.com
trs at bestpractical.com
Sun Jan 8 12:27:50 EST 2006
Author: trs
Date: Sun Jan 8 12:27:50 2006
New Revision: 4371
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
rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
Log:
r8179 at wintermute: tom | 2006-01-08 12:20:56 -0500
* Fixed rendering issues in Opera and (I think) Safari/Shiira/any Webkit browser
* Fixed background of login box issue 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 Sun Jan 8 12:27:50 2006
@@ -8,7 +8,6 @@
margin: 0;
padding: 0;
color: #930;
- display: inline;
position: relative;
font-size: 2em;
font-weight: bold;
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 Sun Jan 8 12:27:50 2006
@@ -3,7 +3,9 @@
font-size: 1.1em;
}
-#nav #system-menu {
+#nav #system-menu,
+#nav ul
+{
min-width: 85%;
}
Modified: rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css (original)
+++ rt/branches/3.5-TESTING/html/NoAuth/css/3.5-default/titlebox.css Sun Jan 8 12:27:50 2006
@@ -34,7 +34,7 @@
#login-box .titlebox .titlebox-content
{
- background: inherit;
+ background: none;
border: none;
}
More information about the Rt-commit
mailing list