Преглед на файлове

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>