aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorZhiming Wang <zmwangx@gmail.com>2015-08-05 11:25:20 -0700
committerZhiming Wang <zmwangx@gmail.com>2015-08-05 11:25:20 -0700
commit6be670163f3e8bf57f64677df2f3b8228249dd82 (patch)
treee2641e3fc2a3be227d40c7b49e329f60fcde9950 /source
parent811ac90a16f197bd5b1660a4ff9a2074eacb0c17 (diff)
downloadmy_new_personal_website-6be670163f3e8bf57f64677df2f3b8228249dd82.tar.xz
my_new_personal_website-6be670163f3e8bf57f64677df2f3b8228249dd82.zip
theme.css: figure caption 80% wide
To distinguish long captions from article paragraphs.
Diffstat (limited to 'source')
-rw-r--r--source/css/theme.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/css/theme.css b/source/css/theme.css
index 9d5b56c2..70ce6b75 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -115,6 +115,8 @@ img {
}
.figure .caption {
+ width: 80%;
+ margin: auto;
text-align: center;
font-size: 0.91em;
}