]> 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:37 +0000 (14:31 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Sun, 29 Aug 2010 21:31:37 +0000 (14:31 -0700)
r=mkanat, a=mkanat

skins/standard/global.css

index a9b406a89f5093a54860f626a91026816a3bc7f2..48af2d5626e4a198bb4ab35b7353e4f61ddb89fc 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;