diff options
author | Guy Pyrzak <guy.pyrzak@gmail.com> | 2010-08-29 23:30:30 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-08-29 23:30:30 +0200 |
commit | 20bba23e7b2711bb8a0e7bd90614328eb5db56fc (patch) | |
tree | bbb7cc2047bcd44d9bea3a4b7b5c4af5ffe10eca | |
parent | 61c1e41259f4a940b6c38f0209a751a7a308d42e (diff) | |
download | bugzilla-20bba23e7b2711bb8a0e7bd90614328eb5db56fc.tar.gz bugzilla-20bba23e7b2711bb8a0e7bd90614328eb5db56fc.tar.xz |
Bug 580217: Starting a bug summary with ">" would make it purple
r=mkanat, a=mkanat
-rw-r--r-- | skins/standard/global.css | 2 |
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; |