User: sits    
  Date: 08/06/17 22:01:10

  Modified:    html     codestriker.css
  Log:
  Minor updates for highlighting.
  
  
  
  Index: codestriker.css
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- codestriker.css   18 Jun 2008 04:47:14 -0000      1.19
  +++ codestriker.css   18 Jun 2008 05:01:10 -0000      1.20
  @@ -161,17 +161,17 @@
   span.obsolete-header {color: red; font-weight: bold;}
   
   /* Styles for highlight program. */
  -.hl.num { color:#0000ff; }
  -.hl.esc { color:#000080; font-weight:bold; }
  -.hl.str { color:#008000; }
  -.hl.dstr { color:#008000; }
  -.hl.slc { color:#008080; }
  -.hl.com { color:#008080; }
  -.hl.dir { color:#008200; }
  -.hl.sym { color:#000000; }
  -.hl.line { color:#555555; }
  -.hl.mark     { background-color:#ffffbb;}
  -.hl.kwa { color:#000080; font-weight:bold; }
  -.hl.kwb { color:#000080; font-weight:bold; }
  -.hl.kwc { color:#000000; }
  -.hl.kwd { color:#000000; }
  \ No newline at end of file
  +SPAN.num { color:#0000ff; }
  +SPAN.esc { color:#000080; font-weight:bold; }
  +SPAN.str { color:#008000; }
  +SPAN.dstr { color:#008000; }
  +SPAN.slc { color:#008080; }
  +SPAN.com { color:#008080; }
  +SPAN.dir { color:#008200; }
  +SPAN.sym { color:#000000; }
  +SPAN.line { color:#555555; }
  +SPAN.mark    { background-color:#ffffbb;}
  +SPAN.kwa { color:#000080; font-weight:bold; }
  +SPAN.kwb { color:#000080; font-weight:bold; }
  +SPAN.kwc { color:#000000; }
  +SPAN.kwd { color:#000000; }
  \ No newline at end of file
  
  
  

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits

Reply via email to