|
|
@@ -10,15 +10,18 @@
|
|
|
<f:comment><!-- Render the next events section defined in partial/NextEvents.html--></f:comment>
|
|
|
<f:render partial="eventsPreview" />
|
|
|
|
|
|
- <f:comment><!-- render the content of the leftcol section (left column) --></f:comment>
|
|
|
- <f:render section="Leftcol" />
|
|
|
+ <div class="content">
|
|
|
+ <f:comment><!-- render the content of the leftcol section (left column) --></f:comment>
|
|
|
+ <f:render section="Leftcol" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<f:comment><!-- Central column --></f:comment>
|
|
|
- <div class="content">
|
|
|
-
|
|
|
- <f:comment><!-- render the content of the content section (middle column) --></f:comment>
|
|
|
- <f:render section="Content" />
|
|
|
+ <div class="centralcol">
|
|
|
+ <div class="content">
|
|
|
+ <f:comment><!-- render the content of the content section (middle column) --></f:comment>
|
|
|
+ <f:render section="Content" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<f:comment><!-- Right column --></f:comment>
|
|
|
@@ -26,8 +29,10 @@
|
|
|
<f:comment><!-- Render the donors section defined in partial/Donors.html--></f:comment>
|
|
|
<f:render partial="donors" />
|
|
|
|
|
|
- <f:comment><!-- defines the content of the rightcol section (right column) --></f:comment>
|
|
|
- <f:render section="Rightcol" />
|
|
|
+ <div class="content">
|
|
|
+ <f:comment><!-- defines the content of the rightcol section (right column) --></f:comment>
|
|
|
+ <f:render section="Rightcol" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
</div> <!-- /container -->
|