From 3a6e07abc72b0f1240e28bc1c4d891fcb69a522f Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 16 Jun 2015 01:25:58 -0700 Subject: theme.css: shrink paragraph spacing in and between footnotes --- source/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/theme.css b/source/css/theme.css index b692f963..3a01e5b4 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -105,6 +105,10 @@ div.footnotes { font-size: 10pt; } +div.footnotes p { + margin: 0.6em 0; +} + div.footnotes code { font-size: 9.5pt; } -- cgit v1.2.1