mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adjusting sizes.
This commit is contained in:
parent
087c046e00
commit
b5c8c3dce4
2 changed files with 6 additions and 2 deletions
|
@ -178,7 +178,7 @@
|
|||
}
|
||||
.optout {
|
||||
float: right;
|
||||
margin: 24px 24px;
|
||||
margin: 20px 0 0;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 635px) {
|
||||
|
@ -357,9 +357,11 @@
|
|||
<div class="footer-logo">
|
||||
<a href="http://{% current_domain %}"><img alt="NewsBlur" src="http://{% current_domain %}/media/img/logo_newsblur.png" title="NewsBlur" style="width:176px;height:34px;border: none;"></a>
|
||||
</div>
|
||||
{% block optout %}
|
||||
<div class="optout">
|
||||
<a href="http://{% current_domain %}{% url "profile-email-optout" %}" style="text-decoration:none;color: #84919B">Opt-out of emails from NewsBlur</a>
|
||||
</div>
|
||||
{% endblock %}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -31,4 +31,6 @@
|
|||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
{% endblock footer %}
|
||||
{% endblock footer %}
|
||||
|
||||
{% block optout %}{% endblock %}
|
Loading…
Add table
Reference in a new issue