# HG changeset patch # User Katia Saurfelt <katia.saurfelt@logilab.fr> # Date 1246440798 -7200 # Node ID 201ce0d389f3f401d0439684c07c239e5d6cba7a # Parent 7ff8f5133422e1f70150a0a0dfaa7c7d029f3a77 add padding on sideBoxTitles diff -r 7ff8f5133422 -r 201ce0d389f3 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;