From 500d71aafe6121cc58fef1947f8126e95a668218 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 7 Feb 2011 21:17:23 +0000 Subject: [PATCH] Removed extra semicolon --- webapp/web/css/edit.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/web/css/edit.css b/webapp/web/css/edit.css index e80bbae0d..be8ae20ba 100644 --- a/webapp/web/css/edit.css +++ b/webapp/web/css/edit.css @@ -252,7 +252,7 @@ td.editformcell select { .postheader { background-color: #E6E6FA; color: #777; - font-family:; Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; text-align: left;