From 45661314c878e800580f11dcff05a978c56d6ed4 Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Fri, 2 Mar 2012 00:07:33 +0000 Subject: [PATCH] Improves on r112836 by only using borders on the left and right of the changed text, which makes multi-line changes render much nicer. --- resources/mediawiki.action/mediawiki.action.history.diff.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.20.1