diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-08-22 12:45:29 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-08-22 12:45:29 -0700 |
commit | 2888fa3fe5d4688fd37819bae1208c3c6bdced53 (patch) | |
tree | ac12fb2617b32c68530cca79c901d923638a1ad0 /source | |
parent | f080db1c279a5da2d144e5dfbea4df99c9b65d4c (diff) | |
download | my_new_personal_website-2888fa3fe5d4688fd37819bae1208c3c6bdced53.tar.xz my_new_personal_website-2888fa3fe5d4688fd37819bae1208c3c6bdced53.zip |
theme.css: adjust footnote padding
Make list indices roughly align with body text.
Diffstat (limited to 'source')
-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 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; } |