use col-xs-<n> instead of col-md-<n> as the bootstrap doc states
[myslice.git] / ui / templates / layout-unfold2.html
index 1d092c2..954ce22 100644 (file)
@@ -1,14 +1,14 @@
 {% extends "base.html" %}
 
 {% block base_content %}
-    <div id="unfold2-main" class="col-md-9 columns">
+    <div id="unfold2-main" class="col-xs-9 columns">
       {% block unfold2_main %}
       "The main content area (define block 'unfold2_main')"
       {% endblock unfold2_main %}
-    </div><!--col-md-9-->
-    <div id='unfold2-margin' class='col-md-3'>
+    </div><!--col-xs-9-->
+    <div id='unfold2-margin' class='col-xs-3'>
       {% block unfold2_margin %}
       "The related content area (define block 'related_main')"
       {% endblock unfold2_margin %}
-    </div><!--col-md-3-->
+    </div><!--col-xs-3-->
 {% endblock %}