From 70be19e8203bc95eff2e98367c5fd41757178683 Mon Sep 17 00:00:00 2001 From: Ben Word Date: Wed, 1 Jun 2011 08:02:10 -0600 Subject: [PATCH] removing reference to background image --- css/adapt/master.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/adapt/master.css b/css/adapt/master.css index 1534a3f..b3feddc 100755 --- a/css/adapt/master.css +++ b/css/adapt/master.css @@ -14,7 +14,7 @@ body { } h1 { - background: #eee url(../images/h1.png) no-repeat right center; + background: #eee; border-bottom: 1px solid #ccc; padding: 10px 90px 10px 15px; text-shadow: #fff 0 1px 0;