diff options
author | jocuri%softhome.net <> | 2006-02-22 07:18:35 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2006-02-22 07:18:35 +0100 |
commit | 631d910c3dbce389638550c66ab2e6d847703687 (patch) | |
tree | 5b8950e2b992728b0b9e94f848d3c8d4344db098 /skins | |
parent | 34159623742cea3107168167ff47b395b41c8e26 (diff) | |
download | bugzilla-631d910c3dbce389638550c66ab2e6d847703687.tar.gz bugzilla-631d910c3dbce389638550c66ab2e6d847703687.tar.xz |
Patch for bug 313045: Display quoted text in a different color; patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org>, r=LpSolit, a=justdave.
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 5570c6f2c..cddfc96f9 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -336,4 +336,8 @@ td.tab.spacer background: white; } +span.quote { + color: #65379c; +} + table#flags th, table#flags td { vertical-align: baseline; text-align: left; } |