change background color from light green to light grey to increases contrast between...
authorWolfram Schneider <wosch@indexdata.dk>
Fri, 5 Dec 2008 17:05:35 +0000 (18:05 +0100)
committerWolfram Schneider <wosch@indexdata.dk>
Fri, 5 Dec 2008 17:05:35 +0000 (18:05 +0100)
www/jsdemo/styles.css

index adbf13a..546cf82 100644 (file)
@@ -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;
 }