[Codestriker-commits] CVS update: codestriker/html codestriker.css
                
                Brought to you by:
                
                    sits
                    
                
            
            
        
        
        
    | 
      
      
      From: <si...@us...> - 2008-06-27 00:31:35
      
     | 
|   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}
   
  
  
  
 |