Ticket #3260: silvercity-php-comment.diff
| File silvercity-php-comment.diff, 515 bytes (added by Tim Hatch <trac@…>, 6 years ago) |
|---|
-
code.css
67 67 /* Comments */ 68 68 .code-comment, .css_comment, .c_comment, .c_commentdoc, .c_commentline, 69 69 .c_commentlinedoc, .h_comment,.pl_commentline, .p_commentblock, 70 .p_commentline, .hphp_comment block, .hphp_commentline,70 .p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline, 71 71 .yaml_comment { 72 color: #998; 72 color: #998; 73 73 font-style: italic; 74 74 } 75 75
