From fc38c8a4517c3733dc5e47bc25f5c1ac85a0afc6 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Aleksander=20=C5=81ukasz?=
 <aleksander.lukasz@nowoczesnapolska.org.pl>
Date: Tue, 18 Jun 2013 10:20:51 +0200
Subject: [PATCH] Cosmetic changes

---
 modules/diffViewer/diffViewer.less | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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;
     }
 
-- 
2.20.1