]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 580217: Starting a bug summary with ">" would make it purple
authorGuy Pyrzak <guy.pyrzak@gmail.com>
Sun, 29 Aug 2010 21:31:21 +0000 (14:31 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 29 Aug 2010 21:31:21 +0000 (14:31 -0700)
r=mkanat, a=mkanat

skins/standard/global.css

index 4f2709e109ccd2a4ecc7b4386c316754421e53cd..c8f69b57543155f198f4c8f283e2324f9a8acb9d 100644 (file)
@@ -350,7 +350,7 @@ div#docslinks {
     display: none !important;
 }
 
-span.quote {
+.bz_comment_text span.quote {
     color: #65379c;
     /* Make quoted text not wrap. */
     white-space: pre;