From: Raimond Spekking Date: Tue, 9 Mar 2010 17:19:34 +0000 (+0000) Subject: Add a clear:both to the filehistory headline to avoid funny floats if the file descri... X-Git-Tag: 1.31.0-rc.0~37502 X-Git-Url: http://git.cyclocoop.org/fichier?a=commitdiff_plain;h=b6b249baf8456ab5982c93940bc82c505796f59d;p=lhc%2Fweb%2Fwiklou.git Add a clear:both to the filehistory headline to avoid funny floats if the file description contains something like [[File:Foo.jpg|thumb|bar]] Backport to 1.16 follows. --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 53214ff3bf..72904e072f 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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: diff --git a/skins/common/shared.css b/skins/common/shared.css index 646ee5fe95..674d362616 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -46,6 +46,10 @@ div#mw-js-message { /** * File histories */ +h2#filehistory { + clear: both; +} + table.filehistory th, table.filehistory td { vertical-align:top;