work on layout.css

This commit is contained in:
bkfox
2016-11-16 02:23:36 +01:00
parent fc8b15eb03
commit e5f47be608
8 changed files with 140 additions and 93 deletions

View File

@ -25,6 +25,7 @@
{% block css_extras %}{% endblock %}
{% endblock %}
<script src="{% static 'aircox_cms/js/bootstrap.js' %}"></script>
<script src="{% static 'aircox_cms/js/utils.js' %}"></script>
<script src="{% static 'aircox_cms/js/player.js' %}"></script>
@ -36,7 +37,9 @@
</div>
<header class="header">
<div>
{% render_sections position="header" %}
</div>
</header>
<div class="page flex_row">
@ -71,7 +74,7 @@
</div>
{% block footer %}
<footer class="footer">
<footer class="menu footer">
{% render_sections position="footer" %}
<div class="small float_right">Propulsed by
<a href="https://github.com/bkfox/aircox">Aircox</a>