[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-186-g0e31592

Thomas Sibley trs at bestpractical.com
Thu Jul 29 14:23:27 EDT 2010


The branch, 3.9-trunk has been updated
       via  0e31592b0e2abbd9ca4156604b710d12399de5be (commit)
      from  86be0404dbba184d4e9d71297016633a56d160ea (commit)

Summary of changes:
 share/html/NoAuth/css/base/misc.css |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 0e31592b0e2abbd9ca4156604b710d12399de5be
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Jul 29 14:24:43 2010 -0400

    Make clearing <hr>s less space-hungry

diff --git a/share/html/NoAuth/css/base/misc.css b/share/html/NoAuth/css/base/misc.css
index 73f5e31..d46f8a4 100644
--- a/share/html/NoAuth/css/base/misc.css
+++ b/share/html/NoAuth/css/base/misc.css
@@ -90,7 +90,11 @@ html[xmlns] .clearfix { /* O */
     visibility: hidden;
 }
 
-.titlebox .titlebox-content hr.clear {
+hr.clear {
     visibility: hidden;
+    height: 0;
+    margin: 0;
+    padding: 0;
+    border: none;
+    font-size: 1px;
 }
-

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


More information about the Rt-commit mailing list