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

Jurjen de Vries’s picture

i mean

<p>item 1</p><p>item 2</p>
FiNeX’s picture

Status: Active » Closed (fixed)

Fixed on Drupal 7 release