diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2014-08-23 19:45:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2014-08-23 19:45:19 +0000 |
commit | da61a937f9010b2fbd2aa79bca96f9c9dfb3236c (patch) | |
tree | 9859d2f0a3bd129b324e55b783cce8d310d9a695 /skins | |
parent | b65bbc2e7d9af826e94036480f7bef64e6c2b0dd (diff) | |
parent | 6ffb9af8f8d45a863f2ac936e25480d541b73510 (diff) | |
download | mediawikicore-da61a937f9010b2fbd2aa79bca96f9c9dfb3236c.tar.gz mediawikicore-da61a937f9010b2fbd2aa79bca96f9c9dfb3236c.zip |
Merge "Remove unused styles for .imagelist"
Diffstat (limited to 'skins')
-rw-r--r-- | skins/common/oldshared.css | 17 | ||||
-rw-r--r-- | skins/common/shared.css | 17 |
2 files changed, 0 insertions, 34 deletions
diff --git a/skins/common/oldshared.css b/skins/common/oldshared.css index ecd846eacbaf..a4e7544f87e5 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 9aa1e3ecfcb2..af5d82c073ef 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; |