From: Niklas Laxström Date: Thu, 19 Jan 2012 10:58:49 +0000 (+0000) Subject: Table headers looked ugly without the same padding as content X-Git-Tag: 1.31.0-rc.0~25188 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=333c31e86baec6cb2a93bdee7ea9ddec3c1c2b6a;p=lhc%2Fweb%2Fwiklou.git Table headers looked ugly without the same padding as content --- diff --git a/resources/mediawiki/mediawiki.debug.css b/resources/mediawiki/mediawiki.debug.css index cff2e6e5a7..923d4a47c3 100644 --- a/resources/mediawiki/mediawiki.debug.css +++ b/resources/mediawiki/mediawiki.debug.css @@ -28,8 +28,11 @@ background-color: #f9f9f9; } -.mw-debug table td { +.mw-debug table td, .mw-debug table th { padding: 4px 10px; +} + +.mw-debug table td { border-bottom: 1px solid #eee; word-wrap: break-word; }