clear built-in margin on dl tag
authorDan Allen <dan@opendevise.com>
Wed, 2 Dec 2020 01:19:24 +0000 (18:19 -0700)
committerDan Allen <dan@opendevise.com>
Wed, 2 Dec 2020 01:19:24 +0000 (18:19 -0700)
src/css/doc.css

index b0f13c1..12d1c46 100644 (file)
@@ -99,7 +99,8 @@
   visibility: visible;
 }
 
-.doc p {
+.doc p,
+.doc dl {
   margin: 0;
 }