diff options
author | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 00:34:08 -0700 |
---|---|---|
committer | Zhiming Wang <zmwangx@gmail.com> | 2015-05-09 00:34:08 -0700 |
commit | 38f5c298302264edad7cdedff805ada67d6b0140 (patch) | |
tree | d73e123fb2197efda832f06e54777e382b2d87c5 /source/css | |
parent | 31246ba82cf7234a75505346520bf6c9653eec67 (diff) | |
download | my_new_personal_website-38f5c298302264edad7cdedff805ada67d6b0140.tar.xz my_new_personal_website-38f5c298302264edad7cdedff805ada67d6b0140.zip |
20150509 storyboard reached 0.1
Also fixed the bugs in pyblog introduced in the last revision and
tweaked the theme a bit.
Diffstat (limited to 'source/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 969e73c2..d7983bef 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -89,6 +89,10 @@ img { font-size: 10pt; } +.figure .caption code { + font-size: 9.5pt; +} + a { color: #333; } |