Maybe bold the < dt >, and add a little bottom padding between terms.

See http://drupal.org/node/6314 for an example list.

Comments

bryan kennedy’s picture

Agreed. Here is the style I would add. I beleive Steven would have to implement this update to the Bluebeach style.

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
}
dww’s picture

Component: web site » Textual improvements
Assigned: Unassigned » dww
Status: Active » Closed (fixed)

fixed by http://drupal.org/node/110728 (naughty webchick and her duplicate issues). ;)