From 6be670163f3e8bf57f64677df2f3b8228249dd82 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Wed, 5 Aug 2015 11:25:20 -0700 Subject: theme.css: figure caption 80% wide To distinguish long captions from article paragraphs. --- source/css/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/css') 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; } -- cgit v1.2.1