From 91d57501d06137ccd913afe6de3a9bbbfc56541c Mon Sep 17 00:00:00 2001
From: Greg Price <price@mit.edu>
Date: Fri, 12 Dec 2008 03:23:52 -0500
Subject: [PATCH] invirt.mit.edu: tweak background color

svn path=/trunk/scripts/invirt.mit.edu/; revision=1849
---
 static/layout.css |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/layout.css b/static/layout.css
index b28b55b..5afea2c 100644
--- a/static/layout.css
+++ b/static/layout.css
@@ -12,7 +12,7 @@
    over the darker enclosing <html />. */
 html {
     padding: .75em;
-    background: #399;
+    background: #4a9;
 }
 body {
     position: relative;
-- 
1.7.9.5