I'm not sure if I'm changing the CSS in the right place, but I'm looking at these two lines of code:

.node{border:1px solid #c1c1c1; padding:8px; background: url(images/nodebg.gif) bottom repeat-x #fff; margin: 0 0 12px 0;}

.node .content{ padding:8px 0;}

Each bullet point displays to the left of the content borderline.

Comments

CWitt-1’s picture

Status: Active » Fixed

Simple fix:

.node .content{ padding-left: 10px; padding-top: 8px;}

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.