Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
819ddcb292
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Foreground.skin.php

+ 1 - 1
Foreground.skin.php

@@ -129,10 +129,10 @@ class foregroundTemplate extends BaseTemplate {
 					<h2 class="title"><?php $this->html('title') ?></h2>
 					<?php if ( $this->data['isarticle'] ) { ?><h3 id="siteSub"><?php $this->msg( 'tagline' ) ?></h3><?php } ?>
 					<h5 class="subtitle"><?php $this->html('subtitle') ?></h5>
+					<div class="clear_both"></div>
 					<?php $this->html('bodytext') ?>
 		    	<div class="group"><?php $this->html('catlinks'); ?></div>
 		    	<?php $this->html('dataAfterContent'); ?>
-		    	<div class="clear_both"></div>
 		    </div>
 		</div>