r65369 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65368‎ | r65369 | r65370 >
Date:10:11, 21 April 2010
Author:werdna
Status:deferred
Tags:
Comment:
LiquidThreads: remove awkward gap
Modified paths:
  • /trunk/extensions/LiquidThreads/classes/View.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LiquidThreads/classes/View.php
@@ -1406,7 +1406,8 @@
14071407 $html .= $this->showPostBody( $post, $oldid );
14081408 }
14091409 $html .= Xml::closeElement( 'div' );
1410 - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' );
 1410+ $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ),
 1411+ ' ' );
14111412 $html .= $this->showThreadToolbar( $thread );
14121413 $html .= $this->threadSignature( $thread );
14131414 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r65370Merge r65369werdna10:15, 21 April 2010

Status & tagging log