From b6b249baf8456ab5982c93940bc82c505796f59d Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Tue, 9 Mar 2010 17:19:34 +0000 Subject: [PATCH] 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. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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; -- 2.20.1