Index: branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/View.php |
— | — | @@ -1382,7 +1382,8 @@ |
1383 | 1383 | $html .= $this->showPostBody( $post, $oldid ); |
1384 | 1384 | } |
1385 | 1385 | $html .= Xml::closeElement( 'div' ); |
1386 | | - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' ); |
| 1386 | + $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ), |
| 1387 | + ' ' ); |
1387 | 1388 | $html .= $this->showThreadToolbar( $thread ); |
1388 | 1389 | $html .= $this->threadSignature( $thread ); |
1389 | 1390 | } |
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads/classes/View.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1390 | 1391 | - /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php:60970 |
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64736,64920,65297,65302,65305 |
1391 | 1392 | + /branches/wmf-deployment/extensions/LiquidThreads/classes/View.php:60970 |
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64736,64920,65297,65302,65305,65369 |
Index: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/classes/View.php |
— | — | @@ -1379,7 +1379,8 @@ |
1380 | 1380 | $html .= $this->showPostBody( $post, $oldid ); |
1381 | 1381 | } |
1382 | 1382 | $html .= Xml::closeElement( 'div' ); |
1383 | | - $html .= Xml::tags( 'div', array( 'style' => 'clear: both' ), ' ' ); |
| 1383 | + $html .= Xml::tags( 'div', array( 'style' => 'clear: both; height: 0' ), |
| 1384 | + ' ' ); |
1384 | 1385 | $html .= $this->showThreadToolbar( $thread ); |
1385 | 1386 | $html .= $this->threadSignature( $thread ); |
1386 | 1387 | } |
Property changes on: branches/wmf/1.16wmf4/extensions/LiquidThreads_alpha/classes/View.php |
___________________________________________________________________ |
Name: svn:mergeinfo |
1387 | 1388 | - /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php:60970 |
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64920,65302,65305 |
1388 | 1389 | + /branches/wmf-deployment/extensions/LiquidThreads_alpha/classes/View.php:60970 |
/trunk/extensions/LiquidThreads/classes/View.php:57390,63727-63971,64920,65302,65305,65369 |