[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-63-ge8c9948

Ruslan Zakirov ruz at bestpractical.com
Tue Dec 29 23:25:46 EST 2009


The branch, 3.8-trunk has been updated
       via  e8c994826fec67eb6e9a130596b1261e01150be4 (commit)
      from  740df592dd9c6f473f7e2c1786dd33f2c9a8e50d (commit)

Summary of changes:
 share/html/NoAuth/css/3.4-compat/titlebox.css  |    4 ----
 share/html/NoAuth/css/3.5-default/titlebox.css |    4 ----
 share/html/NoAuth/css/base/misc.css            |    4 ++++
 3 files changed, 4 insertions(+), 8 deletions(-)

- Log -----------------------------------------------------------------
commit e8c994826fec67eb6e9a130596b1261e01150be4
Author: Ruslan Zakirov <ruz at bestpractical.com>
Date:   Wed Dec 30 07:24:35 2009 +0300

    move .titlebox .titlebox-content hr.clear into base/ stylesheet

diff --git a/share/html/NoAuth/css/3.4-compat/titlebox.css b/share/html/NoAuth/css/3.4-compat/titlebox.css
index 9b31b29..72b1a27 100644
--- a/share/html/NoAuth/css/3.4-compat/titlebox.css
+++ b/share/html/NoAuth/css/3.4-compat/titlebox.css
@@ -77,10 +77,6 @@
     color: black;
 }
 
-.titlebox .titlebox-content hr.clear {
-    visibility: hidden;
-}
-
 %# 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
 %# fake with the child selector of CSS2, but IE is stupid and does not support that.
diff --git a/share/html/NoAuth/css/3.5-default/titlebox.css b/share/html/NoAuth/css/3.5-default/titlebox.css
index 329cf8f..f47b158 100644
--- a/share/html/NoAuth/css/3.5-default/titlebox.css
+++ b/share/html/NoAuth/css/3.5-default/titlebox.css
@@ -152,10 +152,6 @@
     text-decoration: underline;
 }
 
-.titlebox .titlebox-content hr.clear {
-    visibility: hidden;
-}
-
 .titlebox .titlebox-title .left {
     position: relative;
 }
diff --git a/share/html/NoAuth/css/base/misc.css b/share/html/NoAuth/css/base/misc.css
index 7836d97..84023ec 100644
--- a/share/html/NoAuth/css/base/misc.css
+++ b/share/html/NoAuth/css/base/misc.css
@@ -43,3 +43,7 @@ html[xmlns] .clearfix { /* O */
     visibility: hidden;
 }
 
+.titlebox .titlebox-content hr.clear {
+    visibility: hidden;
+}
+

-----------------------------------------------------------------------


More information about the Rt-commit mailing list