Improves on r112836 by only using borders on the left and right of the changed text...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 2 Mar 2012 00:07:33 +0000 (00:07 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 2 Mar 2012 00:07:33 +0000 (00:07 +0000)
resources/mediawiki.action/mediawiki.action.history.diff.css

index 2b3bc6f..edd69c3 100644 (file)
@@ -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;
 }