]> git.plutz.net Git - cgilite/commitdiff
style for definition lists, adjusted list padding
authorPaul Hänsch <paul@plutz.net>
Mon, 28 Aug 2023 17:59:08 +0000 (19:59 +0200)
committerPaul Hänsch <paul@plutz.net>
Mon, 28 Aug 2023 17:59:08 +0000 (19:59 +0200)
common.css

index a4f6906e912aa4e0c54ffdea6051c8324e5cd637..61d8caa8f421f3b05883be3784b11969280b818a 100644 (file)
@@ -54,8 +54,12 @@ blockquote {
   white-space: pre-line;
 }
 
-ul, ol { padding-left: 1.125em; }
+ul, ol { padding-left: 1.5em; }
 dl dt { font-weight: bolder; }
+dl dd {
+  margin: 0 2em;
+  background-color: #EEE;
+}
 table th { font-weight: bold; }
 
 li p + ul, li p + ol {