diff options
author | Byron Jones <bjones@mozilla.com> | 2012-05-01 11:29:26 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-05-01 11:29:26 +0200 |
commit | 136caf50f2569b380879cc68d3dc10142c8e4f84 (patch) | |
tree | 9a8e96799fae6c0a6362a3242a7c7d2ba66d9929 /skins | |
parent | 2e2178ab6272bb130c8dd15bb1cc9be50aa75ce4 (diff) | |
download | bugzilla-136caf50f2569b380879cc68d3dc10142c8e4f84.tar.gz bugzilla-136caf50f2569b380879cc68d3dc10142c8e4f84.tar.xz |
Bug 743090: add ability to toggle wrapping of quoted text
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index 49842554e..47cebdeac 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -365,6 +365,10 @@ div#docslinks { white-space: pre; } +.bz_comment_text span.quote_wrapped { + color: #65379c; +} + table#flags th, table#flags td { vertical-align: middle; |