make color commitdiff more readable when parts of a file are skipped
Mon Apr 16 09:11:29 UTC 2007 Alexandre Rossi <alexandre.rossi@gmail.com>
* make color commitdiff more readable when parts of a file are skipped
diff -rN -u old-darcsweb/darcsweb.cgi new-darcsweb/darcsweb.cgi
--- old-darcsweb/darcsweb.cgi 2013-07-13 15:00:53.000000000 +0000
+++ new-darcsweb/darcsweb.cgi 2013-07-13 15:00:53.000000000 +0000
@@ -1067,7 +1067,7 @@
elif l[0] == '-':
color = 'style="color:#cc0000;"'
elif l[0] == '@':
- color = 'style="color:#990099;"'
+ color = 'style="color:#990099; border-top:dashed; border-width:1px;"'
elif l.startswith('Files'):
# binary differences
color = 'style="color:#666;"'