Index: donate-head.html |
=================================================================== |
--- a/donate-head.html |
+++ b/donate-head.html |
@@ -88,11 +88,6 @@ |
border-color: #ac2925; |
} |
-#form.credit-card #recurrent-cancellation |
-{ |
- display: none; |
-} |
- |
/* Paypal */ |
#form.none button.paypal, |
@@ -148,6 +143,11 @@ |
display: none; |
} |
+#form.credit-card #recurrent-cancellation |
Thomas Greiner
2015/01/07 16:27:19
You can directly merge that selector into the list
saroyanm
2015/01/07 16:30:29
Good point, done.
|
+{ |
+ display: none; |
+} |
+ |
/* This cannot be #donate because specificity is too low */ |
#form #donate |
{ |