From 2888fa3fe5d4688fd37819bae1208c3c6bdced53 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 22 Aug 2015 12:45:29 -0700 Subject: theme.css: adjust footnote padding Make list indices roughly align with body text. --- source/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/theme.css b/source/css/theme.css index 3cc441fc..bff49040 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -179,6 +179,10 @@ noscript a { font-size: 0.91em; } +.footnotes ol { + padding-left: 1.4em; +} + .footnotes p { margin: 0.6em 0; } -- cgit v1.2.1