Index: block.tpl.php =================================================================== --- block.tpl.php (revision 795) +++ block.tpl.php (working copy) @@ -11,11 +11,14 @@ ?>
+
subject): ?>

subject; ?>

+
+
content; ?> Index: style.css =================================================================== --- style.css (revision 795) +++ style.css (working copy) @@ -307,7 +307,12 @@ } #sidebar-left h2.block-title, #sidebar-right h2.block-title { + background: url("images/bg-title.png"); +} +#sidebar-left div.block-title-wrapper, +#sidebar-right div.block-title-wrapper { background: url("images/block-tl.png") no-repeat top left; + padding-top: 8px; } #sidebar-left .block-inner, #sidebar-right .block-inner { @@ -327,9 +332,9 @@ color: #FFF; font-size: 12px; font-weight: bold; - height: 22px; - margin: 0px; - padding: 5px 0 0 0; + min-height: 22px; + margin: 0; + padding: 0; text-align: center; } .block h3 {