(bug 12857) Patrol link on new pages should clear floats
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 6 Feb 2008 23:25:33 +0000 (23:25 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 6 Feb 2008 23:25:33 +0000 (23:25 +0000)
RELEASE-NOTES
skins/monobook/main.css

index a29619a..00dc9fa 100644 (file)
@@ -158,6 +158,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * The default robot policy for the entire wiki is now configurable via the
   $wgDefaultRobotPolicy setting.
 * (bug 12239) Use different separators for autocomments
+* (bug 12857) Patrol link on new pages should clear floats
 
 === Bug fixes in 1.12 ===
 
index 556f1d7..7192b5f 100644 (file)
@@ -1167,6 +1167,7 @@ div#userloginForm .captcha {
        background-color: #ffa;
 }
 div.patrollink {
+       clear: both;
        font-size: 75%;
        text-align: right;
 }