From d8af6b0a14c66aa55561eea9161854a337610c84 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Tue, 5 May 2015 03:59:16 -0700 Subject: 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. --- source/css/theme.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source/css') 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%; -- cgit v1.2.1