Clean markup.
This commit is contained in:
parent
9611aed707
commit
21014ff788
2 changed files with 7 additions and 2 deletions
|
@ -14,7 +14,7 @@ block body
|
|||
div#support
|
||||
| Show your support with a donation!
|
||||
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="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 {
|
||||
margin: 12px 0 0 0;
|
||||
}
|
||||
|
||||
input[type="image"] {
|
||||
border: 0;
|
||||
width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
#pass {
|
||||
|
|
Loading…
Add table
Reference in a new issue