Edgewall Software

Ticket #3260: silvercity-php-comment.diff

File silvercity-php-comment.diff, 515 bytes (added by Tim Hatch <trac@…>, 6 years ago)

diff against trunk@3397

  • code.css

     
    6767/* Comments */ 
    6868.code-comment, .css_comment, .c_comment, .c_commentdoc, .c_commentline, 
    6969.c_commentlinedoc, .h_comment,.pl_commentline, .p_commentblock, 
    70 .p_commentline, .hphp_commentblock, .hphp_commentline, 
     70.p_commentline, .hphp_comment, .hphp_commentblock, .hphp_commentline, 
    7171.yaml_comment { 
    72  color: #998;  
     72 color: #998; 
    7373 font-style: italic; 
    7474} 
    7575