footer content

master
fefa4ka 10 years ago
parent 407a67d83c
commit 4712cbe57f
  1. 4
      zsite/static/less/footer.less
  2. 3
      zsite/templates/base.html

@ -73,6 +73,10 @@ footer {
}
}
.content {
.make-xs-column(4);
}
.contacts {
.make-sm-column(3);
.make-md-column(2);

@ -77,6 +77,9 @@
<h5><nobr>{% trans "— There is nothing impossible. Almost nothing" %}</nobr></h5>
{% show_menu 0 1 100 100 "menu_footer.html" %}
</div>
<div class="content no-print">
{% static_placeholder 'footer_content' %}
</div>
<div class="contacts pull-right">
{% static_placeholder 'footer-contacts' %}
</div>

Loading…
Cancel
Save