From e7d0ecf9b7cddb612bcd1e5f74d82e8b35f7c5bf Mon Sep 17 00:00:00 2001 From: ruanyf Date: Fri, 25 Apr 2014 19:07:52 +0800 Subject: [PATCH] edit js/ditto --- css/app.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index d54471a..051cae4 100644 --- a/css/app.css +++ b/css/app.css @@ -180,14 +180,20 @@ body { border-radius: 5px; } -#content ul, -#content ol { +#content ul { display: block; list-style-type: none; padding-top: 0.5rem; padding-bottom:0.5rem; } +#content ol { + display: block; + padding-top: 0.5rem; + padding-bottom:0.5rem; +} + + #content ul li:before { /* a hack to have dashes as a list style */ content: "-"; position: relative;