From ebd51afa2507657b84dd7b7d8a09f4c74f6d1e40 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 10 Apr 2016 12:14:03 -0700 Subject: source/css/theme.css: Restore max-width: 100% to img Well, width restriction is still necessary... --- source/css/theme.css | 1 + 1 file changed, 1 insertion(+) (limited to 'source/css/theme.css') diff --git a/source/css/theme.css b/source/css/theme.css index dc2860fd..6b724286 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -161,6 +161,7 @@ blockquote { img { display: block; + max-width: 100%; margin: 5px auto; } -- cgit v1.2.1