Browse Source

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 years ago
parent
commit
2dbb806d78
1 changed files with 1 additions and 0 deletions
  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>