letter image

remotes/origin/1203
Ivan 10 years ago
parent d1ca638409
commit 5bccc152db
  1. BIN
      static/img/announce-letter.png
  2. 17
      templates/client/includes/announces.html
  3. BIN
      templates/client/static_client/img/announce-letter.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

@ -1,12 +1,13 @@
{% load i18n %}
{% load staticfiles %}
<div id="subscribe-sm" class="subscribe-sm">
<header><a href="#" style="text-decoration: none">{% trans 'получать анонсЫ' %}</a></header>
{% comment %}
<ul>
<li><a class="icon-big-email" href="#">{% trans 'по e-mail' %}</a></li>
</ul>
{% endcomment %}
<header>
<a href="#" style="text-decoration: none"> {% trans 'получать анонсЫ' %}
<span>
<img style="margin-right: -2px; margin-bottom: 4px; width: 12%;" src="{% static 'img/announce-letter.png' %}">
</span>
</a>
</header>
</div>
<hr>
<hr/>

Binary file not shown.

After

Width:  |  Height:  |  Size: 704 B

Loading…
Cancel
Save