|
From: Richard J. <rj...@ek...> - 2002-06-24 00:50:25
|
I finally got around to figuring the right way to remove the extra whitespace
that pads the first para of list items and definitions:
dd p:first-child {
margin-top: 0px;
}
li p:first-child {
margin-top: 0px;
}
Works a treat :)
Richard
|