Fix Liberapay Button styling

main
Georg Krause 2019-06-04 14:43:06 +02:00
parent a1b124b7df
commit d107d18cad
2 changed files with 4 additions and 10 deletions

View File

@ -212,14 +212,8 @@ li.translations {
}
}
.pure-menu-img img {
height: 1.7em;
display: inline-block;
margin-top: 5px;
}
.pure-menu-img {
vertical-align: middle;
#liberapay-button {
margin-top: 7px;
}
.custom-wrapper {

View File

@ -54,8 +54,8 @@
{% endfor %}
{% endif %}
<li class="pure-menu-item">
<a href="https://liberapay.com/gcrkrause/donate" class="pure-menu-img">
<img alt="Donate using Liberapay" src="{{ SITEURL }}/theme/images/donate.svg">
<a href="https://liberapay.com/gcrkrause/donate">
<img alt="Donate using Liberapay" src="{{ SITEURL }}/theme/images/donate.svg" id="liberapay-button">
</a>
</li>
</ul>