[Rt-commit] rt branch, titlebox-title-tweaks, updated. rt-3.9.7-888-g919ffb8

Thomas Sibley trs at bestpractical.com
Fri Dec 17 17:06:16 EST 2010


The branch, titlebox-title-tweaks has been updated
       via  919ffb85b1db8703c35d6e8938ebec325824e06e (commit)
      from  debf6652f86f3c68b10f23a8673dee08a92a4eae (commit)

Summary of changes:
 share/html/NoAuth/css/aileron/msie.css |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit 919ffb85b1db8703c35d6e8938ebec325824e06e
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Fri Dec 17 17:05:00 2010 -0500

    Fixes for IE7's box model and the titlebox toggle

diff --git a/share/html/NoAuth/css/aileron/msie.css b/share/html/NoAuth/css/aileron/msie.css
index 981009a..18580b7 100644
--- a/share/html/NoAuth/css/aileron/msie.css
+++ b/share/html/NoAuth/css/aileron/msie.css
@@ -109,9 +109,11 @@ div#nav li.last {
 
 
 
-
+/* IE's box model is wrong */
 .titlebox .titlebox-title .widget a {
-  height:7px;
+    padding-top: 0;
+    height: 7px;
+    top: 0.75em;
 }
 
 

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


More information about the Rt-commit mailing list