mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-09 07:16:40 +02:00
Clean markup.
This commit is contained in:
@@ -14,7 +14,7 @@ block body
|
|||||||
div#support
|
div#support
|
||||||
| Show your support with a donation!
|
| Show your support with a donation!
|
||||||
div.paypal
|
div.paypal
|
||||||
form( action="https://www.paypal.com/cgi-bin/webscr", method="post", target="_top" )
|
form( action="https://www.paypal.com/cgi-bin/webscr", method="post", target="_blank" )
|
||||||
input( type="hidden", name="cmd", value="_s-xclick" )
|
input( type="hidden", name="cmd", value="_s-xclick" )
|
||||||
input( type="hidden", name="hosted_button_id", value="8WSPKWT7YBTSQ" )
|
input( type="hidden", name="hosted_button_id", value="8WSPKWT7YBTSQ" )
|
||||||
input( type="image", src!="#{PUBLIC_HREF}images/ui/paypal.svg", width="100px", border="0", name="submit", alt="PayPal - The safer, easier way to pay online!" )
|
input( type="image", src!="#{PUBLIC_HREF}images/ui/paypal.svg", name="submit", alt="PayPal" )
|
||||||
|
@@ -43,6 +43,11 @@
|
|||||||
.paypal {
|
.paypal {
|
||||||
margin: 12px 0 0 0;
|
margin: 12px 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="image"] {
|
||||||
|
border: 0;
|
||||||
|
width: 100px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#pass {
|
#pass {
|
||||||
|
Reference in New Issue
Block a user