Add a clear:both to the filehistory headline to avoid funny floats if the file descri...
authorRaimond Spekking <raymond@users.mediawiki.org>
Tue, 9 Mar 2010 17:19:34 +0000 (17:19 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Tue, 9 Mar 2010 17:19:34 +0000 (17:19 +0000)
Backport to 1.16 follows.

includes/DefaultSettings.php
skins/common/shared.css

index 53214ff..72904e0 100644 (file)
@@ -1686,7 +1686,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '267';
+$wgStyleVersion = '268';
 
 
 # Server-side caching:
index 646ee5f..674d362 100644 (file)
@@ -46,6 +46,10 @@ div#mw-js-message {
 /**
  * File histories
  */
+h2#filehistory {
+       clear: both;
+}
+
 table.filehistory th,
 table.filehistory td {
        vertical-align:top;