From 8c52f22c9b5ad03a4a175f162e7083a099beaa99 Mon Sep 17 00:00:00 2001 From: Ali Al Dallal Date: Mon, 14 Oct 2013 12:16:00 -0400 Subject: [PATCH] Auto height for img in post-content --- assets/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index ec56b99..daf2b9b 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -534,6 +534,7 @@ table.plain { display: block; max-width: 100%; margin: 0 auto; + height: auto; } /* The author credit area after the post */