Skip to content

Commit 15b8654

Browse files
committed
clear built-in margin on dl tag
1 parent b651bc4 commit 15b8654

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/doc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@
101101
/* -webkit-text-stroke-width: initial; */
102102
}
103103

104-
.doc p {
104+
.doc p,
105+
.doc dl {
105106
margin: 0;
106107
}
107108

0 commit comments

Comments
 (0)