mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
@@ -1,6 +1,6 @@
|
|||||||
.help {
|
.help {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
line-height: 10px;
|
line-height: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.help .bookmarklet-select {
|
.help .bookmarklet-select {
|
||||||
@@ -11,4 +11,13 @@
|
|||||||
|
|
||||||
.help .about-module {
|
.help .about-module {
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
.donate-action {
|
||||||
|
margin-top:20px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.donate-image {
|
||||||
|
padding-bottom:10px;
|
||||||
|
padding-right:16px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -16,21 +16,21 @@
|
|||||||
<p>
|
<p>
|
||||||
${about.line3}
|
${about.line3}
|
||||||
</p>
|
</p>
|
||||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
<form class="donate-action" action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||||
<input type="hidden" name="cmd" value="_donations">
|
<input type="hidden" name="cmd" value="_donations">
|
||||||
<input type="hidden" name="business" value="9CNQHMJG2ZJVY">
|
<input type="hidden" name="business" value="9CNQHMJG2ZJVY">
|
||||||
<input type="hidden" name="lc" value="US">
|
<input type="hidden" name="lc" value="US">
|
||||||
<input type="hidden" name="item_name" value="CommaFeed">
|
<input type="hidden" name="item_name" value="CommaFeed">
|
||||||
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
|
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted">
|
||||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
<input type="image" class="donate-image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||||
<input type="hidden" name="currency_code" value="USD">
|
<input type="hidden" name="currency_code" value="USD">
|
||||||
<select name="currency_code">
|
<select name="currency_code">
|
||||||
<option value="EUR">Euros</option>
|
<option value="EUR">Euro</option>
|
||||||
<option value="USD">US Dollars</option>
|
<option value="USD">US Dollars</option>
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
${about.line4}
|
${about.line4}
|
||||||
<code>1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e</code>
|
<code class="bitcoin-code">1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e</code>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="about-module">
|
<div class="about-module">
|
||||||
@@ -105,4 +105,4 @@
|
|||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user