From 0434062a7e007acbbec642b46f79f4bb58a218d8 Mon Sep 17 00:00:00 2001 From: Kim Does Date: Tue, 2 Dec 2008 00:54:37 +0100 Subject: [PATCH] DiffView: Make the lines and shadows more subtle --- html/css/diff.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/css/diff.css b/html/css/diff.css index 5997a43..ca46216 100644 --- a/html/css/diff.css +++ b/html/css/diff.css @@ -2,8 +2,8 @@ margin: 10px; padding: 10px; -webkit-border-radius: 10px; - border: 1px solid gray; - -webkit-box-shadow: 1px 1px 3px #888; + border: 1px solid #CCC; + -webkit-box-shadow: 1px 1px 2px #DDD; } .diff .file .fileHeader {