witten
/
luminotes
Archived
1
0
Fork 0

Setting background color of header so it doesn't flash white before the background image loads.

This commit is contained in:
Dan Helfman 2008-03-10 20:43:13 +00:00
parent 1f57e4ba8a
commit 604d2c5e41
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@
}
.header {
background-color: #afcfff;
background-image: url(/static/images/header.png);
background-repeat: repeat-x;
height: 60px;