Correct non-white background issue reported on the list.

Submitted by:	Emily Boyd <soc-emily@FreeBSD.org>
This commit is contained in:
Murray Stokely 2005-10-06 01:13:52 +00:00
parent 46d90b0fce
commit 9c028d9643
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25884

View file

@ -8,8 +8,7 @@ body {
font-family: verdana, sans-serif;
font-size: 69%;
color: #000;
background-color: #fff;
background: url("../images/hdr_fill.png") repeat-x;
background: #fff url("../images/hdr_fill.png") repeat-x;
}
h1 {
@ -81,4 +80,4 @@ tt {
strong, b {
font-weight: bold;
}
}