From 3140073a853c93e0adbe582531bda32839d24a30 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 11 Oct 2012 15:22:47 -0400
Subject: [PATCH] More concise background color CSS.

---
 themes/blueprint/css/styles.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/blueprint/css/styles.css b/themes/blueprint/css/styles.css
index dace46dbaa0..fa7a0b79493 100644
--- a/themes/blueprint/css/styles.css
+++ b/themes/blueprint/css/styles.css
@@ -5,7 +5,7 @@
 body {
     margin: 1.5em 0;
     /*background:url("../images/bg_body.jpg") no-repeat scroll center top;*/
-    background-color: #619144;
+    background: #619144;
 }
 
 .ui-widget {
-- 
GitLab