From c1594fd4b44be17f4d730ef18f3bdad68a113ed9 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Thu, 25 Oct 2018 23:57:55 +0200 Subject: [PATCH] Display:block for comment images --- funding/static/css/wow.css | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/funding/static/css/wow.css b/funding/static/css/wow.css index 69d4602..1ae9d73 100644 --- a/funding/static/css/wow.css +++ b/funding/static/css/wow.css @@ -590,13 +590,6 @@ ul.b { background-color: #ffffffb0; } -.comments-panel .comment-container .media-body span.body img{ - max-width:500px; - max-height:600px; - display: inline; - width: 100%; -} - .wow_addy{ color: red; cursor: pointer; @@ -663,6 +656,10 @@ ul.b { } .comment-container .media-body span.body img { + width: 100%; + max-width:500px; + max-height:600px; margin-top:10px; margin-bottom:10px; + display: block; } \ No newline at end of file