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

skins/standard/global.css

index c794f62d0213e29054e576f7d8d2b806fdbac92a..826f702cef00bbad7f79f18fa6fc0cc38cf9c763 100644 (file)
@@ -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;