From 6ffb9af8f8d45a863f2ac936e25480d541b73510 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 23 Aug 2014 13:56:47 +0200 Subject: [PATCH] Remove unused styles for .imagelist Added in r16083 for Special:ImageList, which has been renamed to Special:ListFiles in r45357, with class names being changed in the PHP code without adjusting the CSS. It seems no one has missed these styles over the years, so let's just delete them. Change-Id: I1f7775b3c7733cbfdd3f404527063e973fb80ec7 --- skins/common/oldshared.css | 17 ----------------- skins/common/shared.css | 17 ----------------- 2 files changed, 34 deletions(-) diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index ecd846eacb..a4e7544f87 100644 --- a/skins/common/oldshared.css +++ b/skins/common/oldshared.css @@ -487,23 +487,6 @@ table.multipageimage td { background-color: #eeeeff; } -.imagelist td, -.imagelist th { - white-space: nowrap; -} - -.imagelist .TablePager_col_links { - background-color: #eeeeff; -} - -.imagelist .TablePager_col_img_description { - white-space: normal; -} - -.imagelist th.TablePager_sort { - background-color: #ccccff; -} - .templatesUsed { margin-top: 1em; } diff --git a/skins/common/shared.css b/skins/common/shared.css index 9aa1e3ecfc..af5d82c073 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -681,23 +681,6 @@ table.collapsed tr.collapsable { text-decoration: none; } -.imagelist td, -.imagelist th { - white-space: nowrap; -} - -.imagelist .TablePager_col_links { - background-color: #eeeeff; -} - -.imagelist .TablePager_col_img_description { - white-space: normal; -} - -.imagelist th.TablePager_sort { - background-color: #ccccff; -} - /* filetoc */ ul#filetoc { text-align: center; -- 2.20.1