فهرست منبع

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>