From 627befe0b3dbca3306d81b5f8c29561b0c3fcd64 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Tue, 2 Dec 2014 14:14:31 -0500 Subject: [PATCH] Another adjustment to the forms CSS. This is working on my test site but not on the main website. I can't figure out why. --- www/conservancy/static/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/conservancy/static/forms.css b/www/conservancy/static/forms.css index 7512f53a..9716fe19 100644 --- a/www/conservancy/static/forms.css +++ b/www/conservancy/static/forms.css @@ -47,5 +47,5 @@ div.supporter-type-selector { img.appeal { float: left; - margin: 0px 30px 15px 0px; + padding-right: 40px; } \ No newline at end of file