Closed (fixed)
Project:
A Sync Template
Version:
6.x-1.13
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Dec 2010 at 11:44 UTC
Updated:
13 Jan 2012 at 21:53 UTC
I'm missing whitespace between
item 1
item 2
etc when it's not a node. Eg. FAQ and aggregrator modules.
Solution
Edit style.css
After line 362 (Other elements) paste:
p{
margin-top:0;
margin-bottom:8px;
line-height:1.5em;
}
It's the same styling you are using for node elements
Comments
Comment #1
Jurjen de Vries commentedi mean
Comment #2
finex commentedFixed on Drupal 7 release