Remove unused styles for .imagelist
authorBartosz Dziewoński <matma.rex@gmail.com>
Sat, 23 Aug 2014 11:56:47 +0000 (13:56 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Sat, 23 Aug 2014 11:59:33 +0000 (13:59 +0200)
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
skins/common/shared.css

index ecd846e..a4e7544 100644 (file)
@@ -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;
 }
index 9aa1e3e..af5d82c 100644 (file)
@@ -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;