add padding on sideBoxTitles stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Wed, 01 Jul 2009 11:33:18 +0200
branchstable
changeset 2212 201ce0d389f3
parent 2211 7ff8f5133422
child 2213 713e220e7425
add padding on sideBoxTitles
web/data/cubicweb.css
--- a/web/data/cubicweb.css	Wed Jul 01 10:48:38 2009 +0200
+++ b/web/data/cubicweb.css	Wed Jul 01 11:33:18 2009 +0200
@@ -448,10 +448,11 @@
   background: #cfceb7;
   display: block;
   font: bold 100% Georgia;
+  padding : 2px 0;
 }
 
 div.sideBox {
-  padding: 0.2em 0px;
+  padding: 0 0 0.2em;
   margin-bottom: 0.5em;
   background: #eeedd9;
   min-width: 21em;