first rough restoration of unfold1 unfold2 under boostrap v3
[unfold.git] / views / templates / layout-unfold1.html
index 851de44..002a023 100644 (file)
@@ -1,9 +1,9 @@
 {% extends "base.html" %}
 
 {% block base_content %}
-    <div id="unfold1-main" class="span12 columns">
+    <div id="unfold1-main" class="col-md-12 columns">
       {% block unfold1_main %}
       "The main content area (define block 'unfold1_main')"
       {% endblock unfold1_main %}
-    </div><!--span12-->
+    </div><!--col-md-12-->
 {% endblock %}