remove left-border when monthly donation is checked
MehrabKamrani

MehrabKamrani commited on 2015-12-26 07:25:14
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -165,6 +165,9 @@ html {
165 165
 .right{
166 166
     border-left-width: 0px !important;
167 167
 }
168
+.left{
169
+    border-right-width: 0px !important;
170
+}
168 171
 .choiceLabel{
169 172
     cursor: pointer !important;
170 173
     margin: 0px !important;
171 174