summaryrefslogtreecommitdiff
path: root/themes/bartik/templates
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-10-02 23:42:47 +0000
committerDries Buytaert <dries@buytaert.net>2010-10-02 23:42:47 +0000
commit5f482ee3d60c46c231fd45243256f893c579eda4 (patch)
tree5dbaed02fe362b024dc871474ba18bc9cb97b6d1 /themes/bartik/templates
parent5d7a73564305989fd61700d0d3f4d7b55f6b26f5 (diff)
downloadbrdo-5f482ee3d60c46c231fd45243256f893c579eda4.tar.gz
brdo-5f482ee3d60c46c231fd45243256f893c579eda4.tar.bz2
- Patch #896956 by tim.plunkett, Jeff Burnz: featured region should expand to full width.
Diffstat (limited to 'themes/bartik/templates')
-rw-r--r--themes/bartik/templates/page.tpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/bartik/templates/page.tpl.php b/themes/bartik/templates/page.tpl.php
index 1727dff6b..fbd7fe174 100644
--- a/themes/bartik/templates/page.tpl.php
+++ b/themes/bartik/templates/page.tpl.php
@@ -166,9 +166,9 @@
<?php endif; ?>
<?php if ($page['featured']): ?>
- <div id="featured" class="section clearfix">
+ <div id="featured"><div class="section clearfix">
<?php print render($page['featured']); ?>
- </div> <!-- /#featured -->
+ </div></div> <!-- /.section, /#featured -->
<?php endif; ?>
<div id="main-wrapper" class="clearfix"><div id="main" class="clearfix">