added new layout with a single column - use this for the slice view
[unfold.git] / views / templates / layout-unfold1.html
index 9f7de2c..8ce6cdc 100644 (file)
@@ -1,5 +1,4 @@
-{# This is required by insert_above #}{% insert_handler %}
-<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+{# This is required by insert_above #}{% insert_handler %}<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
 <html lang="en"> <head>
 <title> MySlice - {{ title }} </title>
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -8,7 +7,7 @@
 <style type="text/css">{# In case we need to add raw css code #}{% container prelude_css %}</style>
 {{ header_prelude }}
 </head>{# let's add these ones no matter what #}
-{% insert_str prelude "css/layout-unfold1.css" %}
+{# not yet needed {% insert_str prelude "css/layout-unfold1.css" %} #}
 {% insert_str prelude "js/jquery.js" %}
 {% insert_str prelude "js/init-all-plugins.js" %}
 <body>
   {% endblock topmenu %}
 <div class="container-fluid">
   <div class="row-fluid">
-    <div id="unfold1-main" class="span9 columns">
+    <div id="unfold1-main" class="span12 columns">
       {% block unfold1_main %}
       "The main content area (define block 'unfold1_main')"
       {% endblock unfold1_main %}
-    </div><!--span9-->
-    <div id='unfold1-margin' class='span3'>
-      {% block unfold1_margin %}
-      "The related content area (define block 'related_main')"
-      {% endblock unfold1_margin %}
-    </div><!--span3-->
+    </div><!--span12-->
   </div><!--raw-fluid-->
 </div><!--container-fluid-->
 {% endblock container %}