From b3d11791b49c34950697052cfb88e3230e53786b Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 3 Oct 2013 00:05:33 +0530 Subject: [PATCH] add bottom margin for the fsf-donate button. --- 2014/assets/css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/2014/assets/css/custom.css b/2014/assets/css/custom.css index 35b19f1b..9ede2801 100644 --- a/2014/assets/css/custom.css +++ b/2014/assets/css/custom.css @@ -26,7 +26,7 @@ .fsf-donate-button { margin-left: 24%; margin-top: 25px; - margin-bottom: 5px; + margin-bottom: 10px; width:56%; } @@ -34,7 +34,7 @@ .fsf-donate-button { margin-left: 34%; margin-top: 25px; - margin-bottom: 5px; + margin-bottom: 10px; width:32%; } } @@ -43,7 +43,7 @@ .fsf-donate-button { margin-left: 24%; margin-top: 25px; - margin-bottom: 0px; + margin-bottom: 10px; width:56%; } } -- 2.25.1