diff --git a/scratch/css/template.css b/scratch/css/template.css index 5d6a6f95..6a81a547 100644 --- a/scratch/css/template.css +++ b/scratch/css/template.css @@ -24,6 +24,10 @@ content: " ❈"; font-size: 0.8em; } + + #template blockquote p:last-child:after { + content: none; + } #template a:link { color: #4183c4; @@ -35,13 +39,19 @@ } #template ul, #template ol { - margin: 1.0em 0; + margin: 1.0em 0 0 2.0em; + list-style-position: outside; padding: 0; + } #template p + ul, #template p + ol, #template ul li > ul, #template ol li > ol { - margin: 0; + margin-top: 0; +} + +#template ul li > ul, #template ol li > ol { + margin-left: 0; } #template ul {