aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-08-22 12:45:29 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-08-22 12:45:29 -0700
commit2888fa3fe5d4688fd37819bae1208c3c6bdced53 (patch)
treeac12fb2617b32c68530cca79c901d923638a1ad0 /source
parentf080db1c279a5da2d144e5dfbea4df99c9b65d4c (diff)
downloadmy_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 '')
-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 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;
}