]> git.plutz.net Git - clickslide/commitdiff
styling of lists
authorPaul Hänsch <paul@plutz.net>
Wed, 16 Oct 2019 13:41:31 +0000 (15:41 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 16 Oct 2019 13:41:31 +0000 (15:41 +0200)
clickslide.css

index fe4eb8c67ccc383e99f3ce5cbf8af2411977ed39..68c410d482b8b56c363ba8a93724359dde71f5af 100644 (file)
@@ -216,8 +216,6 @@ div.slide * table {
 div.slide ul li {
   list-style-type: square;
   margin-left: 2em;
-  line-height: .875;
-  margin-bottom: .25em;
 }
 
 div.slide ul ul, div.slide ul ol,
@@ -231,6 +229,11 @@ div.slide > ol {
   margin: .25em auto;
 }
 
+div.slide li pre {
+  line-height: .875;
+  margin-bottom: .25em;
+}
+
 div.slide pre, div.slide code {
   #background-color: rgba(224,224,224,128);
   font-family: monospace;