aboutsummaryrefslogtreecommitdiff
path: root/source/css
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-05-05 03:59:16 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-05-05 03:59:16 -0700
commitd8af6b0a14c66aa55561eea9161854a337610c84 (patch)
tree031c19d6cbf56863af02d052d40f5823311b3d9d /source/css
parent82371e351a35363a8b493d0063e925dce1d27008 (diff)
downloadmy_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.tar.xz
my_new_personal_website-d8af6b0a14c66aa55561eea9161854a337610c84.zip
20150505: New blog, new start
Also fixed several problems: 1. Rending SVG and making it a clickable link is basically impossible across multiple browsers. I'm now using a pretty good PNG; 2. Implemented new_post in pyblog; 3. Footnotes related updates to the theme.
Diffstat (limited to 'source/css')
-rw-r--r--source/css/theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index f125cc03..4fe7a1ff 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -64,6 +64,14 @@ blockquote {
font-style: italic;
}
+div.footnotes {
+ font-size: 10pt;
+}
+
+div.footnotes code {
+ font-size: 9.5pt;
+}
+
img {
display: block;
max-width: 100%;