From: Raimond Spekking Date: Wed, 28 Oct 2009 09:01:07 +0000 (+0000) Subject: Add clear:both to avoid overlapping with other elements X-Git-Tag: 1.31.0-rc.0~39063 X-Git-Url: http://git.cyclocoop.org/%24action?a=commitdiff_plain;h=7357bd8bb9b5d343d4f021d53e99a29b7a5ffa4b;p=lhc%2Fweb%2Fwiklou.git Add clear:both to avoid overlapping with other elements Seen at Special:BlockIP when blocking a previously blocked IP. --- 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%;