From 80f01f29fd0878b450905824c082ae99dfa36358 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Fri, 8 Jan 2016 20:12:52 -0800 Subject: Tweak ol and ul left padding... to left align numbers or bullets with standard paragraphs. --- source/css/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index 57375f1c..e1d939c1 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -150,6 +150,14 @@ pre code { word-wrap: normal; } +ol { + padding-left: 20px; +} + +ul { + padding-left: 16px; +} + blockquote { margin: 0; padding: 0 1em; -- cgit v1.2.1