r109520 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r109519‎ | r109520 | r109521 >
Date:10:58, 19 January 2012
Author:nikerabbit
Status:ok
Tags:
Comment:
Table headers looked ugly without the same padding as content
Modified paths:
  • /trunk/phase3/resources/mediawiki/mediawiki.debug.css (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/mediawiki/mediawiki.debug.css
@@ -28,8 +28,11 @@
2929 background-color: #f9f9f9;
3030 }
3131
 32+.mw-debug table td, .mw-debug table th {
 33+ padding: 4px 10px;
 34+}
 35+
3236 .mw-debug table td {
33 - padding: 4px 10px;
3437 border-bottom: 1px solid #eee;
3538 word-wrap: break-word;
3639 }

Status & tagging log