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 @@
6363 background: #eaf5ff;
6464 padding: 0.125em 0.25em;
6565 border: solid 1px #5698d6;
 66+ border-top: none;
 67+ border-bottom: none;
6668 border-radius: 0.33em;
6769 }
6870
@@ -69,6 +71,8 @@
7072 background: #feeec8;
7173 padding: 0.125em 0.25em;
7274 border: solid 1px #e0b141;
 75+ border-top: none;
 76+ border-bottom: none;
7377 border-radius: 0.33em;
7478 }
7579

Follow-up revisions

RevisionCommit summaryAuthorDate
r113071Further refinements for r112836 and r112853....tparscal19:46, 5 March 2012

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r112836Resolves bug #11374 and improves on r94429, r94461, r101147, r105280, r106884...tparscal21:27, 1 March 2012

Status & tagging log