added responsive layout with groups

This commit is contained in:
Rushabh Mehta
2013-02-21 14:25:30 +05:30
parent 1e037fbe29
commit 78db3ec2dd
15 changed files with 256 additions and 277 deletions

View File

@@ -7,12 +7,8 @@
{% endblock %}
{% block content %}
<div class="layout-wrapper layout-wrapper-background">
<div class="web-content" style="text-align: {{ text_align }};">
<div class="layout-main">
{% include "html/slideshow.html" %}
{{ main_section }}
</div>
</div>
</div>
<div class="span12" style="margin-top: 15px;">
{% include "html/slideshow.html" %}
{{ main_section }}
</div>
{% endblock %}