removed TablePager CSS from Modern's main.css as shared.css already contains that...
authorJack Phoenix <ashley@users.mediawiki.org>
Mon, 5 Jul 2010 20:45:20 +0000 (20:45 +0000)
committerJack Phoenix <ashley@users.mediawiki.org>
Mon, 5 Jul 2010 20:45:20 +0000 (20:45 +0000)
includes/DefaultSettings.php
skins/common/shared.css
skins/modern/main.css

index 7a8deca..db0a955 100644 (file)
@@ -1547,7 +1547,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches do not keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '293';
+$wgStyleVersion = '294';
 
 /**
  * This will cache static pages for non-logged-in users to reduce
index 0c7ccff..58123be 100644 (file)
@@ -669,22 +669,20 @@ table.collapsed tr.collapsable {
 }
 
 /*
-  Table pager (e.g. Special:Imagelist)
-  - remove underlines from the navigation link
-  - collapse borders
-  - set the borders to outsets (similar to Special:Allmessages)
-  - remove line wrapping for all td and th, set background color
-  - restore line wrapping for the last two table cells (description and size)
+       Table pager (e.g. Special:ListFiles)
+       - remove underlines from the navigation link
+       - collapse borders
+       - set the borders to outsets (similar to Special:AllMessages)
+       - remove line wrapping for all td and th, set background color
+       - restore line wrapping for the last two table cells (description and size)
 */
 .TablePager {
        min-width: 80%;
+       border-collapse: collapse;
 }
 .TablePager_nav a {
        text-decoration: none;
 }
-.TablePager {
-       border-collapse: collapse;
-}
 .TablePager, .TablePager td, .TablePager th {
        border: 1px solid #aaaaaa;
        padding: 0 0.15em 0 0.15em;
index e3946b2..629afbc 100644 (file)
@@ -755,29 +755,6 @@ table.multipageimage td {
        text-align: center;
 }
 
-/*
-       Table pager (e.g. Special:ListFiles)
-       - remove underlines from the navigation link
-       - collapse borders
-       - set the borders to outsets (similar to Special:AllMessages)
-       - remove line wrapping for all td and th, set background color
-       - restore line wrapping for the last two table cells (description and size)
-*/
-.TablePager_nav a { text-decoration: none; }
-.TablePager { border-collapse: collapse; }
-.TablePager, .TablePager td, .TablePager th {
-       border: 1px solid #aaaaaa;
-       padding: 0 0.15em 0 0.15em;
-}
-.TablePager th { background-color: #eeeeff; }
-.TablePager td { background-color: #ffffff; }
-.TablePager tr:hover 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: 1.5em; }
 
 .mw-summary-preview {