From: Trevor Parscal Date: Fri, 2 Mar 2012 00:07:33 +0000 (+0000) Subject: Improves on r112836 by only using borders on the left and right of the changed text... X-Git-Tag: 1.31.0-rc.0~24434 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=45661314c878e800580f11dcff05a978c56d6ed4;p=lhc%2Fweb%2Fwiklou.git Improves on r112836 by only using borders on the left and right of the changed text, which makes multi-line changes render much nicer. --- diff --git a/resources/mediawiki.action/mediawiki.action.history.diff.css b/resources/mediawiki.action/mediawiki.action.history.diff.css index 2b3bc6ff75..edd69c354a 100644 --- a/resources/mediawiki.action/mediawiki.action.history.diff.css +++ b/resources/mediawiki.action/mediawiki.action.history.diff.css @@ -62,6 +62,8 @@ td.diff-addedline .diffchange { background: #eaf5ff; padding: 0.125em 0.25em; border: solid 1px #5698d6; + border-top: none; + border-bottom: none; border-radius: 0.33em; } @@ -69,6 +71,8 @@ td.diff-deletedline .diffchange { background: #feeec8; padding: 0.125em 0.25em; border: solid 1px #e0b141; + border-top: none; + border-bottom: none; border-radius: 0.33em; }