From f3da8d0e69aa2c36b502de74e5f7f1ca8d72896b Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 20 Aug 2015 01:02:56 -0700 Subject: theme.css: add 5px of vertical margins to 's --- source/css/theme.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index 5fae37c6..3cc441fc 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -132,8 +132,7 @@ img { display: block; max-width: 100%; max-height: 100%; - margin-left: auto; - margin-right: auto; + margin: 5px auto; } .figure .caption { -- cgit v1.2.1