Merge pull request #407 from ekovi/master

fixed help page
This commit is contained in:
Athou
2013-07-09 05:27:00 -07:00
2 changed files with 16 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
.help {
font-size: 85%;
line-height: 10px;
line-height: 15px;
}
.help .bookmarklet-select {
@@ -11,4 +11,13 @@
.help .about-module {
margin-bottom: 40px;
}
}
.donate-action {
margin-top:20px;
}
.donate-image {
padding-bottom:10px;
padding-right:16px;
}

View File

@@ -16,21 +16,21 @@
<p>
${about.line3}
</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="business" value="9CNQHMJG2ZJVY">
<input type="hidden" name="lc" value="US">
<input type="hidden" name="item_name" value="CommaFeed">
<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">
<select name="currency_code">
<option value="EUR">Euros</option>
<option value="EUR">Euro</option>
<option value="USD">US Dollars</option>
</select>
</form>
${about.line4}
<code>1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e</code>
<code class="bitcoin-code">1dymfUxqCWpyD7a6rQSqNy4rLVDBsAr5e</code>
</div>
<div class="about-module">
@@ -105,4 +105,4 @@
</div>
</div>
</div>