From: jenkins-bot Date: Fri, 3 May 2013 13:56:10 +0000 (+0000) Subject: Merge "SpecialPreferences: Remove invalid tag in successbox" X-Git-Tag: 1.31.0-rc.0~19783 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22suivi_revisions%22%29%20.%20%22?a=commitdiff_plain;h=d8cb9695c6971975692808bb7cdc991e2abda0ab;hp=df1389c799ad26ac3b4e01e3ed24d1b5e8f2325c;p=lhc%2Fweb%2Fwiklou.git Merge "SpecialPreferences: Remove invalid tag in successbox" --- diff --git a/includes/specials/SpecialPreferences.php b/includes/specials/SpecialPreferences.php index a50e7c188e..5fcf9ae212 100644 --- a/includes/specials/SpecialPreferences.php +++ b/includes/specials/SpecialPreferences.php @@ -52,7 +52,7 @@ class SpecialPreferences extends SpecialPage { if ( $this->getRequest()->getCheck( 'success' ) ) { $out->wrapWikiMsg( - "
\n$1\n
", + "
\n$1\n
", 'savedprefs' ); } diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index 1f7d16d690..833ece2be4 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -162,9 +162,6 @@ img { border: none; } } /* preference page with js-genrated toc */ -#mw-pref-clear { - clear: both; -} #preftoc { float: left; margin: 1em 1em 1em 1em; diff --git a/skins/common/shared.css b/skins/common/shared.css index 26a77812d5..5c1b6b0c98 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -546,6 +546,7 @@ table.collapsed tr.collapsable { float: left; margin-bottom: 2em; color: #000; + font-weight: bold; } .errorbox { border-color: red; diff --git a/skins/modern/main.css b/skins/modern/main.css index f201209d22..7e7758a697 100644 --- a/skins/modern/main.css +++ b/skins/modern/main.css @@ -412,11 +412,6 @@ h1, h2, h3, h4, h5, h6 { text-decoration: none; color: white; } - -#mw-pref-clear { - clear: both; -} - #mw_content a.external, #mw_content a.external[href ^="gopher://"] { /* @embed */