Set minimum width for TablePager tables to 80%. It's really annoying when they're...
authorAndrew Garrett <werdna@users.mediawiki.org>
Wed, 22 Oct 2008 06:59:48 +0000 (06:59 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Wed, 22 Oct 2008 06:59:48 +0000 (06:59 +0000)
includes/DefaultSettings.php
skins/monobook/main.css

index 5c56e2d..6607e4d 100644 (file)
@@ -1385,7 +1385,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '181';
+$wgStyleVersion = '182';
 
 
 # Server-side caching:
index 0bf1c3b..8bd9252 100644 (file)
@@ -1461,6 +1461,7 @@ tr.sv-space td { display: none; }
   - 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%; }
 .TablePager_nav a { text-decoration: none; }
 .TablePager { border-collapse: collapse; }
 .TablePager, .TablePager td, .TablePager th {