[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-185-g86be040
Thomas Sibley
trs at bestpractical.com
Thu Jul 29 14:18:06 EDT 2010
The branch, 3.9-trunk has been updated
via 86be0404dbba184d4e9d71297016633a56d160ea (commit)
from f52d36420b9fc34e2997970e47fa488c568353d8 (commit)
Summary of changes:
share/html/NoAuth/css/web2/boxes.css | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 86be0404dbba184d4e9d71297016633a56d160ea
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Jul 29 14:15:24 2010 -0400
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;
-}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list