From 604d2c5e41e90a6553ae465027b309a4e522cf1e Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Mon, 10 Mar 2008 20:43:13 +0000 Subject: [PATCH] Setting background color of header so it doesn't flash white before the background image loads. --- static/css/product.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/product.css b/static/css/product.css index cabb88b..ea764a4 100644 --- a/static/css/product.css +++ b/static/css/product.css @@ -53,6 +53,7 @@ } .header { + background-color: #afcfff; background-image: url(/static/images/header.png); background-repeat: repeat-x; height: 60px;