User: sits    
  Date: 08/06/17 22:30:52

  Modified:    html     codestriker.css
  Log:
  Make string bolded.
  
  
  
  Index: codestriker.css
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- codestriker.css   18 Jun 2008 05:01:10 -0000      1.20
  +++ codestriker.css   18 Jun 2008 05:30:52 -0000      1.21
  @@ -163,8 +163,8 @@
   /* Styles for highlight program. */
   SPAN.num { color:#0000ff; }
   SPAN.esc { color:#000080; font-weight:bold; }
  -SPAN.str { color:#008000; }
  -SPAN.dstr { color:#008000; }
  +SPAN.str { color:#008000; font-weight:bold; }
  +SPAN.dstr { color:#008000; font-weight:bold; }
   SPAN.slc { color:#008080; }
   SPAN.com { color:#008080; }
   SPAN.dir { color:#008200; }
  
  
  

-------------------------------------------------------------------------
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