[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-231-ge0819e6

Thomas Sibley trs at bestpractical.com
Thu Dec 16 18:25:19 EST 2010


The branch, 3.8-trunk has been updated
       via  e0819e6bc7ad78f388303c4c62951f46882c5289 (commit)
       via  e2343efbc61ae269331a3c52951bd21c6ae0c560 (commit)
      from  f108641c17d2aa887842aecd42e23a65f19534fb (commit)

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

- Log -----------------------------------------------------------------
commit e2343efbc61ae269331a3c52951bd21c6ae0c560
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Thu Dec 16 18:20:03 2010 -0500

    Revert "Reduce whitespace on bottom of boxes by hidding the hr..."
    
    This reverts commit aa53c0e6c43ae78ff512bfa1a0e4399faf0c77c4.
    
    I'm not sure why the original commit was ever made.  Setting the <hr> to
    display: none means that we completely lose the clearing effect we need.

diff --git a/share/html/NoAuth/css/web2/boxes.css b/share/html/NoAuth/css/web2/boxes.css
index 2991018..531543c 100644
--- a/share/html/NoAuth/css/web2/boxes.css
+++ b/share/html/NoAuth/css/web2/boxes.css
@@ -186,7 +186,3 @@
 .titlebox.rolled-up .titlebox-title .widget a {
     background-image: url(<%RT->Config->Get('WebPath')%>/NoAuth/images/css/rolldown-arrow.gif);
 }
-
-.titlebox hr.clear {
-    display: none;
-}

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

    Make clearing <hr>s less space-hungry
    (cherry picked from commit 0e31592b0e2abbd9ca4156604b710d12399de5be)

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