From f2d1e77f95cc21d11f80f601e154bac021a0b617 Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 28 Mar 2013 17:40:36 -0400 Subject: [PATCH] Fix "zoom to edit" width --- css/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/app.css b/css/app.css index c3cb2bd88..d98174801 100644 --- a/css/app.css +++ b/css/app.css @@ -1941,7 +1941,7 @@ img.wiki-image { .notice { float:left; - width:33.333%; + width:25%; padding-right: 10px; text-align:center; }