User: sits    
  Date: 08/06/26 17:31:33

  Modified:    html     codestriker.css
  Log:
  Missing CSS for removed monospace TD elements.  The fixed-width view will now 
display the removed "whitespace" on the right-hand side in the right colour.
  
  
  
  Index: codestriker.css
  ===================================================================
  RCS file: /cvsroot/codestriker/codestriker/html/codestriker.css,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- codestriker.css   24 Jun 2008 02:56:15 -0000      1.25
  +++ codestriker.css   27 Jun 2008 00:31:33 -0000      1.26
  @@ -47,6 +47,9 @@
   /* Removed blank text */
   TD.rb {white-space: pre; background-color: #cccccc; font-family: Georgia, 
serif; font-size: smaller}
   
  +/* Removed blank text monospaced */
  +TD.msrb {white-space: pre; background-color: #cccccc; font-family: Consolas, 
"Nimbus Mono L", LucidaConsole, "Bitstream Vera Sans Mono", monospace; 
font-size: smaller}
  +
   /* Changed text */
   TD.c {white-space: pre; background-color: #ffff77; font-family: Georgia, 
serif; font-size: smaller}
   
  
  
  

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