diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-06-16 01:25:58 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-06-16 01:25:58 -0700 |
commit | 3a6e07abc72b0f1240e28bc1c4d891fcb69a522f (patch) | |
tree | 9db0123b0fa6dec0669b412d483911beb1193baa /source/css/theme.css | |
parent | e851ce49f5db841855cd0f653dcb202a4ec7d11d (diff) | |
download | my_new_personal_website-3a6e07abc72b0f1240e28bc1c4d891fcb69a522f.tar.xz my_new_personal_website-3a6e07abc72b0f1240e28bc1c4d891fcb69a522f.zip |
theme.css: shrink paragraph spacing in and between footnotes
Diffstat (limited to 'source/css/theme.css')
-rw-r--r-- | source/css/theme.css | 4 |
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; } |