From 65675d5772a334442ed5da9adb47410ca7e5ad58 Mon Sep 17 00:00:00 2001 From: Sidney Ricardo Medeiros Date: Mon, 8 Dec 2014 15:24:16 -0200 Subject: [PATCH] Fix list ul and ol. --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+), 0 deletions(-) diff --git a/style.css b/style.css index a1965d5..f4178a4 100644 --- a/style.css +++ b/style.css @@ -2786,5 +2786,14 @@ body.action-embed-index { .article-body ul { list-style-position: inside; + list-style-type: disc; +} + +.article-body ol { + list-style-position: inside; + list-style-type: decimal; +} + +.article-body li { list-style: inherit; } -- libgit2 0.21.2