From 18b86697399f282d83ac04c628cb665a44594b7c Mon Sep 17 00:00:00 2001 From: ruanyf Date: Fri, 25 Apr 2014 19:06:40 +0800 Subject: [PATCH] edit js/ditto --- css/app.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/css/app.css b/css/app.css index 52af8f9..d54471a 100644 --- a/css/app.css +++ b/css/app.css @@ -180,7 +180,8 @@ body { border-radius: 5px; } -#content ul { +#content ul, +#content ol { display: block; list-style-type: none; padding-top: 0.5rem; @@ -193,12 +194,14 @@ body { left: -5px; } -#content ul li { +#content ul li, +#content ol li{ text-indent: -5px; /* to compensate for the padding for the dash */ font-size: 0.8rem; } -#content ul li.link { +#content ul li.link, +#content ol li.link { color: #2980b9; text-decoration: none; font-size: 0.7rem;