Add clear:both to avoid overlapping with other elements
authorRaimond Spekking <raymond@users.mediawiki.org>
Wed, 28 Oct 2009 09:01:07 +0000 (09:01 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Wed, 28 Oct 2009 09:01:07 +0000 (09:01 +0000)
Seen at Special:BlockIP when blocking a previously blocked IP.

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

index 0e6609e..537d52c 100644 (file)
@@ -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:
index 00f1716..c4fcb42 100644 (file)
@@ -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%;