From: travis%sedsystems.ca <> Date: Thu, 3 Feb 2005 00:02:15 +0000 (+0000) Subject: Bug 272456 : Default text color not set X-Git-Tag: bugzilla-2.19.3~347 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ba7e301377ab2ffe7ee04cf1a52d801cf705935;p=thirdparty%2Fbugzilla.git Bug 272456 : Default text color not set Patch by Myk Melez r=LpSolit, justdave a=justdave --- diff --git a/skins/standard/global.css b/skins/standard/global.css index aecfb16586..d578285758 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -21,6 +21,12 @@ * Svetlana Harisova */ +body +{ + color: #000; + background-color: #fff; +} + /* banner (begin) */ #banner { diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index 6f57dc8634..8f297ef42b 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -264,7 +264,6 @@ 'global/header.html.tmpl' => [ 'javascript', 'style', - 'bgcolor', 'onload', 'h1', 'h2', diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 6c31822e85..ee97e00eb0 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -26,7 +26,6 @@ # h1: string. Main page header. # h2: string. Page subheader. # h3: string. Right-aligned subheader. - # bgcolor: string. the page's background color ("#rrggbb"). # bodyclasses: array of extra CSS classes for the # onload: string. JavaScript code to run when the page finishes loading. # javascript: string. Javascript to go in the header. @@ -43,7 +42,6 @@ [% DEFAULT h2 = "" h3 = "" - bgcolor = "#ffffff" onload = "" %] @@ -101,10 +99,10 @@ [%# Migration note: contents of the old Param 'bodyhtml' go in the body tag, - # but set the bgcolor and onload attributes in the DEFAULT directive above. + # but set the onload attribute in the DEFAULT directive above. #%] -