From 2836fc7014c6179729f5a64036b3531ce3784aa1 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Fri, 28 Jan 2011 23:30:04 +0000 Subject: [PATCH] Removing more, no longer needed, overrides for the white table background (which is no longer the case since bug 26449 was solved in r79087 and r79091) * table#mw-search-top-table (r52669 / 55748) * table.allpageslist, table.mw-allpages-table-form, table.mw-allpages-table-chunk (r49500) * (r32269, r55393, r78865) Thanks to Fomafix! See also r80495 CR --- .../mediawiki.special/mediawiki.special.changeslist.css | 1 - skins/common/shared.css | 9 --------- 2 files changed, 10 deletions(-) diff --git a/resources/mediawiki.special/mediawiki.special.changeslist.css b/resources/mediawiki.special/mediawiki.special.changeslist.css index 4722dbdf8e..cb4d21568b 100644 --- a/resources/mediawiki.special/mediawiki.special.changeslist.css +++ b/resources/mediawiki.special/mediawiki.special.changeslist.css @@ -3,7 +3,6 @@ */ table.mw-enhanced-rc { - background: none; border: 0; border-spacing: 0; } diff --git a/skins/common/shared.css b/skins/common/shared.css index 7d1a0a2edf..aec2e07431 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -325,10 +325,6 @@ div.searchdidyoumean em { font-weight: bold; } -table#mw-search-top-table { - background-color: transparent; -} - /* * Advanced PowerSearch box @@ -480,11 +476,7 @@ td#mw-emailuser-sender, td#mw-emailuser-recipient { } /* Special:Allpages styling */ -table.allpageslist { - background-color: transparent; -} table.mw-allpages-table-form, table.mw-allpages-table-chunk { - background-color: transparent; width: 100%; } td.mw-allpages-alphaindexline { @@ -503,7 +495,6 @@ table.mw-allpages-table-form tr { table#mw-prefixindex-list-table, table#mw-prefixindex-nav-table { width: 98%; - background-color: transparent; } td#mw-prefixindex-nav-form { font-size: smaller; -- 2.20.1