Trying to fix IE issues.
[pazpar2-moved-to-github.git] / www / jsdemo / styles.css
index 81dea91..7749e2f 100644 (file)
@@ -9,8 +9,8 @@ body {
 
 hr {
     border: 0;
-    color: gray;
-    background-color: gray;
+    color: #156a16;
+    background-color: #156a16;
     height: 1px;
 }
 
@@ -78,14 +78,18 @@ div.details {
     margin: 4px;
 }
 
-#recordview {
-    background-color: #FFF8DC;
+#bytarget {
+    padding: 7px;
 }
 
-#targetview {
-    padding: 6px;
+#stat {
+    color: #a3c896;
+}
+
+#recordview {
+    background-color: #e0f9d6;
 }
 
-#bottom {
-    background-color: #FBF5E6;
+#targetview {
+    background-color: #e0f9d6;
 }