Table headers looked ugly without the same padding as content
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 10:58:49 +0000 (10:58 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 19 Jan 2012 10:58:49 +0000 (10:58 +0000)
resources/mediawiki/mediawiki.debug.css

index cff2e6e..923d4a4 100644 (file)
        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;
 }