[Rt-commit] r8672 -
rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default
ruz at bestpractical.com
ruz at bestpractical.com
Tue Aug 21 12:03:54 EDT 2007
Author: ruz
Date: Tue Aug 21 12:03:53 2007
New Revision: 8672
Modified:
rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
Log:
* switch back to using paddings instead of margins,
tables in title-boxes are screwed in IE
Modified: rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css
==============================================================================
--- rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css (original)
+++ rt/branches/3.6-RELEASE/html/NoAuth/css/3.5-default/titlebox.css Tue Aug 21 12:03:53 2007
@@ -51,22 +51,12 @@
.titlebox .titlebox-content {
margin-top: -1px;
+ padding: 1em 2em 0.5em 2em;
margin: 0;
/*margin: 1em 2em 0.5em 2em;*/
}
-.titlebox .titlebox-content .titlebox-content table {
- margin: 1em 2em 0.5em 2em;
-}
-.titlebox th {
- font-size: 0.8em;
-
-}
-
-.titlebox .titlebox-content table {
-
-}
-
+.titlebox th { font-size: 0.8em; }
%# TRS: I wish there was a more elegant way to do this... I essentially need to
%# select all elements X that do NOT have element Y as a descendant... which I can
More information about the Rt-commit
mailing list