From 7357bd8bb9b5d343d4f021d53e99a29b7a5ffa4b Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Wed, 28 Oct 2009 09:01:07 +0000 Subject: [PATCH] Add clear:both to avoid overlapping with other elements Seen at Special:BlockIP when blocking a previously blocked IP. --- includes/DefaultSettings.php | 2 +- skins/common/shared.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 0e6609e646..537d52c26e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1605,7 +1605,7 @@ $wgCacheEpoch = '20030516000000'; * to ensure that client-side caches do not keep obsolete copies of global * styles. */ -$wgStyleVersion = '248'; +$wgStyleVersion = '249'; # Server-side caching: diff --git a/skins/common/shared.css b/skins/common/shared.css index 00f1716de8..c4fcb42eca 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -531,6 +531,7 @@ div.mw-warning-with-logexcerpt { padding: 3px; margin-bottom: 3px; border: 2px solid #2F6FAB; + clear: both; } div.mw-warning-with-logexcerpt ul li { font-size: 90%; -- 2.20.1