From: Bartosz DziewoƄski Date: Sat, 23 Aug 2014 11:56:47 +0000 (+0200) Subject: Remove unused styles for .imagelist X-Git-Tag: 1.31.0-rc.0~14303^2 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=6ffb9af8f8d45a863f2ac936e25480d541b73510;p=lhc%2Fweb%2Fwiklou.git 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 --- 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;