Skip to content

Commit 42414d1

Browse files
committed
Suppress the margin on the heading <dd>s.
1 parent 86ee950 commit 42414d1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css-module/default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ img {
9393

9494
/* Hmm, this seems to confuse many browsers... */
9595
dl dd { margin: 0 0 1em 2em }
96+
.head dd { margin-bottom: 0; }
9697
ul, ol { margin-left: 0; padding-left: 2em; }
9798
li { margin: 0.25em 2em 0.5em 0; padding-left: 0 }
9899

0 commit comments

Comments
 (0)