From 1227dd6841c9e5fd66e2ea2f97383b0257edf26d Mon Sep 17 00:00:00 2001 From: Eston Bond Date: Mon, 25 Oct 2010 16:05:38 -0700 Subject: [PATCH] Hmm, these lists will conflict with commenting --- scratch/css/template.css | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 {