From: Paul Hänsch Date: Wed, 16 Oct 2019 13:41:31 +0000 (+0200) Subject: styling of lists X-Git-Url: http://git.plutz.net/?p=clickslide;a=commitdiff_plain;h=8f1a73a77550a61e23f2bbe698d74847e9a372b7 styling of lists --- diff --git a/clickslide.css b/clickslide.css index fe4eb8c..68c410d 100644 --- a/clickslide.css +++ b/clickslide.css @@ -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;