diff options
author | travis%sedsystems.ca <> | 2005-02-03 01:02:15 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-02-03 01:02:15 +0100 |
commit | 6ba7e301377ab2ffe7ee04cf1a52d801cf705935 (patch) | |
tree | 3d587a5eb1703c92acde76ece60cbf7582cfdf17 /skins | |
parent | cf769571be167becc7c07ea5a3f58a871abb2e5e (diff) | |
download | bugzilla-6ba7e301377ab2ffe7ee04cf1a52d801cf705935.tar.gz bugzilla-6ba7e301377ab2ffe7ee04cf1a52d801cf705935.tar.xz |
Bug 272456 : Default text color not set
Patch by Myk Melez <myk@mozilla.org> r=LpSolit, justdave a=justdave
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index aecfb1658..d57828575 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -21,6 +21,12 @@ * Svetlana Harisova <light@rathedg.com> */ +body +{ + color: #000; + background-color: #fff; +} + /* banner (begin) */ #banner { |