summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorGuy Pyrzak <guy.pyrzak@gmail.com>2010-08-29 23:30:30 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-08-29 23:30:30 +0200
commit20bba23e7b2711bb8a0e7bd90614328eb5db56fc (patch)
treebbb7cc2047bcd44d9bea3a4b7b5c4af5ffe10eca /skins
parent61c1e41259f4a940b6c38f0209a751a7a308d42e (diff)
downloadbugzilla-20bba23e7b2711bb8a0e7bd90614328eb5db56fc.tar.gz
bugzilla-20bba23e7b2711bb8a0e7bd90614328eb5db56fc.tar.xz
Bug 580217: Starting a bug summary with ">" would make it purple
r=mkanat, a=mkanat
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index c794f62d0..826f702ce 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -362,7 +362,7 @@ div#docslinks {
display: none !important;
}
-span.quote {
+.bz_comment_text span.quote {
color: #65379c;
/* Make quoted text not wrap. */
white-space: pre;