From 8d78aa060bf6d973a092ca1c62b79d1b5e7b3ee1 Mon Sep 17 00:00:00 2001 From: Saman Bemel-Benrud Date: Tue, 29 Jan 2013 18:57:14 -0500 Subject: [PATCH] fix layout for tag reference image. --- css/app.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 211efc4df..5064b435e 100644 --- a/css/app.css +++ b/css/app.css @@ -988,9 +988,8 @@ div.typeahead a:first-child { } .modal-section img.wiki-image { - max-width: 400px; + max-width: 100%; max-height: 300px; - padding: 10px; display: block; }