aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-06-16 01:25:58 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-06-16 01:25:58 -0700
commit3a6e07abc72b0f1240e28bc1c4d891fcb69a522f (patch)
tree9db0123b0fa6dec0669b412d483911beb1193baa
parente851ce49f5db841855cd0f653dcb202a4ec7d11d (diff)
downloadmy_new_personal_website-3a6e07abc72b0f1240e28bc1c4d891fcb69a522f.tar.xz
my_new_personal_website-3a6e07abc72b0f1240e28bc1c4d891fcb69a522f.zip
theme.css: shrink paragraph spacing in and between footnotes
-rw-r--r--source/css/theme.css4
1 files changed, 4 insertions, 0 deletions
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;
}