浏览代码

added div to clear the floats under the h2.title and page_actions menu - this is so the layout remains if the h2.title is hidden.

Garrick van Buren 12 年之前
父节点
当前提交
2dbb806d78
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      foreground.skin.php

+ 1 - 0
foreground.skin.php

@@ -131,6 +131,7 @@ class foregroundTemplate extends BaseTemplate {
 					<?php $this->html('bodytext') ?>
 		    	<div class="group"><?php $this->html('catlinks'); ?></div>
 		    	<?php $this->html('dataAfterContent'); ?>
+		    	<div class="clear_both"></div>
 		    </div>
 		</div>