Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
6ba7e301
Commit
6ba7e301
authored
Feb 03, 2005
by
travis%sedsystems.ca
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 272456 : Default text color not set
Patch by Myk Melez <myk@mozilla.org> r=LpSolit, justdave a=justdave
parent
cf769571
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
5 deletions
+8
-5
global.css
skins/standard/global.css
+6
-0
filterexceptions.pl
template/en/default/filterexceptions.pl
+0
-1
header.html.tmpl
template/en/default/global/header.html.tmpl
+2
-4
No files found.
skins/standard/global.css
View file @
6ba7e301
...
...
@@ -21,6 +21,12 @@
* Svetlana Harisova <light@rathedg.com>
*/
body
{
color
:
#000
;
background-color
:
#fff
;
}
/* banner (begin) */
#banner
{
...
...
template/en/default/filterexceptions.pl
View file @
6ba7e301
...
...
@@ -264,7 +264,6 @@
'global/header.html.tmpl'
=>
[
'javascript'
,
'style'
,
'bgcolor'
,
'onload'
,
'h1'
,
'h2'
,
...
...
template/en/default/global/header.html.tmpl
View file @
6ba7e301
...
...
@@ -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
<body>
# 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 @@
</head>
[%# 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.
#%]
<body
bgcolor=
"[% bgcolor %]"
onload=
"[% onload %]"
<body
onload=
"[% onload %]"
class=
"[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]
[% FOREACH class = bodyclasses %]
[% ' ' %][% class FILTER css_class_quote %]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment