From 01eb893b778d5a63f1adccff935b78323aef7b27 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 6 Feb 2008 23:25:33 +0000 Subject: [PATCH] (bug 12857) Patrol link on new pages should clear floats --- RELEASE-NOTES | 1 + skins/monobook/main.css | 1 + 2 files changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a29619a54b..00dc9fae57 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 556f1d74a1..7192b5f3dc 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -1167,6 +1167,7 @@ div#userloginForm .captcha { background-color: #ffa; } div.patrollink { + clear: both; font-size: 75%; text-align: right; } -- 2.20.1