r112853 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r112852
|
r112853
|
r112854
>
Date:
00:07, 2 March 2012
Author:
tparscal
Status:
ok
Tags:
Comment:
Improves on
r112836
by only using borders on the left and right of the changed text, which makes multi-line changes render much nicer.
Modified paths:
/trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css
(modified) (
history
)
Diff
[
purge
]
Index: trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css
—
—
@@ -62,6 +62,8 @@
63
63
background: #eaf5ff;
64
64
padding: 0.125em 0.25em;
65
65
border: solid 1px #5698d6;
66
+ border-top: none;
67
+ border-bottom: none;
66
68
border-radius: 0.33em;
67
69
}
68
70
—
—
@@ -69,6 +71,8 @@
70
72
background: #feeec8;
71
73
padding: 0.125em 0.25em;
72
74
border: solid 1px #e0b141;
75
+ border-top: none;
76
+ border-bottom: none;
73
77
border-radius: 0.33em;
74
78
}
75
79
Follow-up revisions
Revision
Commit summary
Author
Date
r113071
Further refinements for
r112836
and
r112853
....
tparscal
19:46, 5 March 2012
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r112836
Resolves
bug #11374
and improves on
r94429
,
r94461
,
r101147
,
r105280
,
r106884...
tparscal
21:27, 1 March 2012
Status & tagging log
00:48, 2 March 2012
Jorm (WMF)
(
talk
|
contribs
)
changed the
status
of r112853
[
removed:
new
added:
ok]