Better spacing

gh-pages
Florens Douwes 11 years ago
parent 6cb00df9d7
commit 2574b64552
  1. 15
      assets/main.css
  2. 5
      index.html

@ -122,16 +122,21 @@ a:hover {
width: 300px; width: 300px;
} }
.bitcoin { .donate {
margin: 50px 0 80px 0;
text-align: center;
height: 50px;
font-size: 12px; font-size: 12px;
padding: 6px 0; }
.bitcoin {
padding: 8px 0;
} }
.footer { .footer {
margin: 50px 0 0 0; margin: 0 0 50px 0;
text-align: center; text-align: center;
height: 140px; height: 40px;
background: #fff;
} }
.footer a { .footer a {

@ -59,16 +59,17 @@
<span class="fa fa-pencil"></span>Themes (soon) <span class="fa fa-pencil"></span>Themes (soon)
</div> </div>
<div class="clear"></div> <div class="clear"></div>
<div class="footer"> <div class="donate">
<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="_top">
<input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="45YW6N3QEHSV8"> <input type="hidden" name="hosted_button_id" value="45YW6N3QEHSV8">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1"> <img alt="" border="0" src="https://www.paypalobjects.com/nl_NL/i/scr/pixel.gif" width="1" height="1">
</form> </form>
<div class="bitcoin">Bitcoin: 1N7VtcNh8L8u4tF9CJ38GjnPbmxM4Vixi6</div> <div class="bitcoin">Bitcoin: 1N7VtcNh8L8u4tF9CJ38GjnPbmxM4Vixi6</div>
</div>
<div class="footer">
<a href="https://github.com/Floens/Clover">GitHub</a> | <a href="https://play.google.com/store/apps/details?id=org.floens.chan">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="https://github.com/Floens/Clover/releases/download/v1.0/Clover_v1.0.apk">APK</a> <a href="https://github.com/Floens/Clover">GitHub</a> | <a href="https://play.google.com/store/apps/details?id=org.floens.chan">Play Store</a> | <a href="#" onclick="alert('Coming soon!');">F-Droid</a> | <a href="https://github.com/Floens/Clover/releases/download/v1.0/Clover_v1.0.apk">APK</a>
</div> </div>
</div> </div>

Loading…
Cancel
Save