add btc donate button

This commit is contained in:
Gabriele Cirulli
2014-03-11 11:52:03 +01:00
parent 789440d4e8
commit 6aa953cc1e
3 changed files with 23 additions and 0 deletions
+3
View File
@@ -449,6 +449,9 @@ hr {
.sharing {
margin-top: 20px;
text-align: center; }
.sharing > iframe, .sharing span {
display: inline-block;
vertical-align: middle; }
@media screen and (max-width: 480px) {
html, body {
+5
View File
@@ -419,6 +419,11 @@ hr {
.sharing {
margin-top: 20px;
text-align: center;
> iframe, span {
display: inline-block;
vertical-align: middle;
}
}
@include smaller(480px) {