From: rsiddharth <rsd@gnu.org> Date: Wed, 2 Oct 2013 18:35:33 +0000 (+0530) Subject: add bottom margin for the fsf-donate button. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b3d11791b49c34950697052cfb88e3230e53786b;p=libreplanet-static.git add bottom margin for the fsf-donate button. --- 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%; } }