image_annotation/commit

remove background colors that conflict with dashboard

authorJacco van Ossenbruggen
Tue Sep 23 12:13:35 2014 +0200
committerJacco van Ossenbruggen
Tue Sep 23 12:13:35 2014 +0200
commitae5d3d063b79432266c4fc7411db38171cf508fe
tree536cd29a445dfd6f35106f6a62d4260a9c863323
parent60ee79193ec923b2ed11eaa7bc0d4fd88513940f
Diff style: patch stat
diff --git a/web/css/object-annotation.css b/web/css/object-annotation.css
index a0d54e4..dc24f6e 100644
--- a/web/css/object-annotation.css
+++ b/web/css/object-annotation.css
@@ -2,7 +2,6 @@ body {
 	color: #222;
 	font-family: "Trebuchet MS",Helvetica,Arial,sans-serif;
 	font-size: 1.0em;
-	background-color: #EEE;
 }
 
 /* layout */
@@ -10,7 +9,6 @@ body {
 	width: 95%
 	margin: 0 auto;
 	padding: 0% 1%;
-	background-color: #FFF;
 }
 .fields {
 	float: right;