id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 10812 CSS conflict for .cp class in changeset view Christian Boos "If one has a #!cpp block in a changeset comment, then the Pygments highlighting can get disrupted by the CSS from diff.css, due to the reuse of the `.cp` class: {{{#!css .chglist .copy, #overview .cp, .diff .legend .cp { background: #88f } }}} (in diff.css, line 24) {{{#!css div.code pre .cp { color: #999999; font-weight: bold } /* Comment.Preproc */ }}} (in pygments/trac.css) The result, a gray `#include ...` on a light blue background is barely readable... The #overview .cp should at least be renamed .copy or even .trac-copy." defect new low next-stable-1.6.x version control/changeset view 1.0b1 minor css