From ad937e5033e1d3449171ed27f3803bf149b7a2e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 4 Mar 2014 21:31:47 +0100 Subject: [PATCH] mediawiki.special: Kill width: 98% on borderless tables For Special:Prefixindex this dates back to the stone age, I didn't bother finding out what the reasoning was. width: 100% was clearly intended. For Special:EmailUser there isn't even such an element anywhere. Change-Id: Ie3a7e7fa00961b62e46e3f8cd05fd2e7d3c25f06 --- resources/mediawiki.special/mediawiki.special.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/mediawiki.special/mediawiki.special.css b/resources/mediawiki.special/mediawiki.special.css index a877b745d2..eb38936b65 100644 --- a/resources/mediawiki.special/mediawiki.special.css +++ b/resources/mediawiki.special/mediawiki.special.css @@ -49,9 +49,6 @@ span.mw-blocklist-actions { } /**** Special:EmailUser ****/ -table.mw-emailuser-table { - width: 98%; -} td#mw-emailuser-sender, td#mw-emailuser-recipient { font-weight: bold; @@ -69,7 +66,7 @@ table.mw-listgrouprights-table tr { table#mw-prefixindex-list-table, /* HTML backwards-compatibility, to be removed before 1.23 */ table.mw-prefixindex-list-table, table#mw-prefixindex-nav-table { - width: 98%; + width: 100%; } td#mw-prefixindex-nav-form { margin-bottom: 1em; -- 2.20.1