[Rt-commit] rt branch, 4.2/titlebox-rolledup-base-align, created. rt-4.2.2-43-g1a3e29c

Wallace Reis wreis at bestpractical.com
Wed Feb 12 14:14:08 EST 2014


The branch, 4.2/titlebox-rolledup-base-align has been created
        at  1a3e29c68576a5b9f7052b09862a1289f8b6f5b4 (commit)

- Log -----------------------------------------------------------------
commit 1a3e29c68576a5b9f7052b09862a1289f8b6f5b4
Author: Wallace Reis <wreis at bestpractical.com>
Date:   Wed Feb 12 17:08:43 2014 -0200

    Titlebox rolled up base align
    
    The roll-up effect changes the base line thickness which breaks
    the base align with the box.

diff --git a/share/static/css/rudder/boxes.css b/share/static/css/rudder/boxes.css
index be94355..148529b 100644
--- a/share/static/css/rudder/boxes.css
+++ b/share/static/css/rudder/boxes.css
@@ -52,7 +52,8 @@
 
 .titlebox.rolled-up  .titlebox-title .left,
 .titlebox.rolled-up  .titlebox-title .left a {
-    color: #ccc
+    color: #ccc;
+    line-height: 1.6em;
 }
 
 .titlebox.rolled-up .titlebox-title {

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


More information about the rt-commit mailing list