changeset 4722:725c345e16fe

diffs: make trailing spaces more visible - make vertical line less transparent
author Mads Kiilerich <madski@unity3d.com>
date Tue, 06 Jan 2015 00:54:35 +0100
parents 8ec971873d9b
children cad46e2a1931
files kallithea/public/css/style.css
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue Jan 06 00:54:35 2015 +0100
+++ b/kallithea/public/css/style.css	Tue Jan 06 00:54:35 2015 +0100
@@ -4864,7 +4864,7 @@
 table.code-difftable td.code pre i {
     border-style: solid;
     border-left-width: 1px;
-    color: rgba(0,0,0,0.15);
+    color: rgba(0,0,0,0.5);
 }
 
 /** LINE NUMBERS **/