From: Aleksander Ɓukasz Date: Tue, 18 Jun 2013 08:20:51 +0000 (+0200) Subject: Cosmetic changes X-Git-Url: https://git.mdrn.pl/fnpeditor.git/commitdiff_plain/fc38c8a4517c3733dc5e47bc25f5c1ac85a0afc6 Cosmetic changes --- diff --git a/modules/diffViewer/diffViewer.less b/modules/diffViewer/diffViewer.less index 9f97ea3..1ab9c32 100644 --- a/modules/diffViewer/diffViewer.less +++ b/modules/diffViewer/diffViewer.less @@ -27,9 +27,9 @@ } .diff_table { - border-width: 1px; + border-width: 1px 0 1px 1px; border-style: solid; - border-color: black; + border-color: #ddd; empty-cells: show; border-spacing: 0px; } @@ -50,7 +50,7 @@ .diff_table th { border-width: 0px 1px 1px 0px; border-style: solid; - border-color: black; + border-color: #ddd; background: #e5ffe5; }