From 1328b725b14f55224817d0768485fdf37d7e2342 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 2 Dec 2014 14:13:12 -0500 Subject: [PATCH] Attempt to correct image CSS. --- www/conservancy/static/forms.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index 99142a60..7512f53a 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -45,7 +45,7 @@ div.supporter-type-selector { padding-bottom: 60px; } -.appeal { +img.appeal { float: left; - margin: 0px 50px 15px 0px; -} + margin: 0px 30px 15px 0px; +} \ No newline at end of file