Correct non-white background issue reported on the list.
Submitted by: Emily Boyd <soc-emily@FreeBSD.org>
This commit is contained in:
parent
46d90b0fce
commit
9c028d9643
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25884
1 changed files with 2 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue