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 @@
29
29
background-color: #f9f9f9;
30
30
}
31
31
32
+.mw-debug table td, .mw-debug table th {
33
+ padding: 4px 10px;
34
+}
35
+
32
36
.mw-debug table td {
33
- padding: 4px 10px;
34
37
border-bottom: 1px solid #eee;
35
38
word-wrap: break-word;
36
39
}
Status & tagging log
01:42, 1 March 2012
Krinkle
(
talk
|
contribs
)
changed the
tags
for r109520
[
removed:
frontend]
15:45, 19 January 2012
Hashar
(
talk
|
contribs
)
changed the
status
of r109520
[
removed:
new
added:
ok]
15:20, 19 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r109520
[
added:
frontend]