Преглед изворни кода

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>