Closed (fixed)
Project:
A Sync Template
Version:
6.x-1.13
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Nov 2010 at 14:22 UTC
Updated:
13 Jan 2012 at 21:57 UTC
Solution:
omit block-title ;-)
or
reduce margin-top for block-title and increase padding-bottom for block-content in style.css:
#sidebar_last h3{
padding:0 20px;
font-size:18px;
font-weight:bold;
margin-top: 0;
}
#sidebar_last .block .content{padding:0 20px 20px 20px;}
regards
Conni
| Comment | File | Size | Author |
|---|---|---|---|
| async_sidebar_last.jpg | 6.3 KB | cornelia |
Comments
Comment #1
finex commentedFixed on Drupal 7 release.