Explorar o código

fix 1Col layout

Olivier Massot %!s(int64=5) %!d(string=hai) anos
pai
achega
8159614fa7
Modificáronse 1 ficheiros con 5 adicións e 3 borrados
  1. 5 3
      ot_templating/Resources/Private/Layouts/1Col.html

+ 5 - 3
ot_templating/Resources/Private/Layouts/1Col.html

@@ -7,10 +7,12 @@
 <div class="main">
 
     <f:comment><!-- Central column --></f:comment>
-    <div class="content">
+    <div class="centralcol">
+        <div class="content">
 
-        <f:comment><!-- render the content of the content section (middle column) --></f:comment>
-        <f:render section="Content" />
+            <f:comment><!-- render the content of the content section (middle column) --></f:comment>
+            <f:render section="Content" />
+        </div>
     </div>
 
 </div> <!-- /container -->