From aca25404b45d779fe5b672c1b2e86347d20bd35e Mon Sep 17 00:00:00 2001
From: Zhiming Wang <zmwangx@gmail.com>
Date: Sun, 10 Apr 2016 12:07:24 -0700
Subject: theme.css: Remove max-width and max-height restrictions on img

Sometimes I have long images, e.g., in
http://zmwangx.github.io/blog/2016-04-10-emacss-got-a-redesigned-website.html,
and the image would be vertically compressed in Safari. I could switch
from width to max-width, but why restrict to screen height?
---
 source/css/theme.css | 2 --
 1 file changed, 2 deletions(-)

diff --git a/source/css/theme.css b/source/css/theme.css
index 31052909..dc2860fd 100644
--- a/source/css/theme.css
+++ b/source/css/theme.css
@@ -161,8 +161,6 @@ blockquote {
 
 img {
     display: block;
-    max-width: 100%;
-    max-height: 100%;
     margin: 5px auto;
 }
 
-- 
cgit v1.2.1