diff options
author | myk%mozilla.org <> | 2002-06-07 07:11:29 +0200 |
---|---|---|
committer | myk%mozilla.org <> | 2002-06-07 07:11:29 +0200 |
commit | 081e159e5fc02a90c3f7852c0fe948a05d651f8a (patch) | |
tree | cffda0d5cf3229a198501bfc394eb687c8d25aa6 /template | |
parent | 39e51abe144b619aac77f39ec77f96347cac02ad (diff) | |
download | bugzilla-081e159e5fc02a90c3f7852c0fe948a05d651f8a.tar.gz bugzilla-081e159e5fc02a90c3f7852c0fe948a05d651f8a.tar.xz |
Backing out incorrect change to background color that was accidentally checked in as part of the fix for bug 148179.
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index d739ad03a..56c16740b 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -36,7 +36,7 @@ [% DEFAULT h1 = title h2 = "" - bgcolor = "#ffccff" + bgcolor = "#ffffff" onload = "" %] <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |