add bottom margin for the fsf-donate button.
authorrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 18:35:33 +0000 (00:05 +0530)
committerrsiddharth <rsd@gnu.org>
Wed, 2 Oct 2013 18:35:33 +0000 (00:05 +0530)
2014/assets/css/custom.css

index 35b19f1b0850b3a6339104d12e2e5708a467352d..9ede28018cc82fc3819ac09ac62bebce1ac45676 100644 (file)
@@ -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%;
   }
 }