|  | @@ -171,7 +171,7 @@ class foregroundTemplate extends BaseTemplate {
 | 
	
		
			
				|  |  |  				<div id="siteNotice" class="sitenotice panel radius"><?php echo $this->text('sitename') . ' '. wfMessage( 'foreground-browsermsg' )->text(); ?></div>
 | 
	
		
			
				|  |  |  				<![endif]-->
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -				<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice panel radius"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
 | 
	
		
			
				|  |  | +				<?php if ( $this->data['sitenotice'] ) { ?><div id="siteNotice" class="sitenotice"><?php $this->html( 'sitenotice' ); ?></div><?php } ?>
 | 
	
		
			
				|  |  |  				<?php if ( $this->data['newtalk'] ) { ?><div id="usermessage" class="newtalk panel radius"><?php $this->html( 'newtalk' ); ?></div><?php } ?>
 | 
	
		
			
				|  |  |  				</div>
 | 
	
		
			
				|  |  |  		</div>
 |