From: Wolfram Schneider Date: Fri, 5 Dec 2008 17:05:35 +0000 (+0100) Subject: change background color from light green to light grey to increases contrast between... X-Git-Tag: v1.1.0~59 X-Git-Url: http://git.indexdata.com/?p=pazpar2-moved-to-github.git;a=commitdiff_plain;h=6a024c8c18fd9c14b538e1144ab6e57f4f4458f2 change background color from light green to light grey to increases contrast between foreground and background color --- diff --git a/www/jsdemo/styles.css b/www/jsdemo/styles.css index adbf13a..546cf82 100644 --- a/www/jsdemo/styles.css +++ b/www/jsdemo/styles.css @@ -86,12 +86,12 @@ div.details { } #recordview { - background-color: #e0f9d6; + background-color: #fafafa; border-bottom: 1px solid #156a16; } #targetview { - background-color: #e0f9d6; + background-color: #fafafa; border-bottom: 1px solid #156a16; }