Show
Ignore:
Timestamp:
09/27/08 22:02:37 (16 years ago)
Author:
jerome
Message:

Removed unnecessary spaces at EOL.

Location:
pykota/trunk/stylesheets
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/stylesheets/pykota.css

    r3275 r3413  
    1 /*  
     1/* 
    22  PyKota - Print Quotas for CUPS 
    3    
     3 
    44  (c) 2003, 2004, 2005, 2006, 2007, 2008 Jerome Alet <alet@librelogiciel.com> 
    55  This program is free software: you can redistribute it and/or modify 
     
    2626        background-color: #DEDEDE; 
    2727      } 
    28        
    29 .odd {       
     28 
     29.odd { 
    3030        background-color: #FFFFFF; 
    31      }    
    32       
    33 .warn {      
     31     } 
     32 
     33.warn { 
    3434        background-color: orange; 
    3535      } 
    36        
    37 .deny {      
     36 
     37.deny { 
    3838        background-color: red; 
    3939      } 
    40        
    41 .problem {      
     40 
     41.problem { 
    4242        background-color: #DEBDEB; 
    4343      } 
    44        
    45 .cancel {      
     44 
     45.cancel { 
    4646        background-color: #BEDBED; 
    4747      } 
    48        
    49 .refund {       
     48 
     49.refund { 
    5050        background-color: green; 
    51       }   
    52        
    53 .pykotacolsheader {       
     51      } 
     52 
     53.pykotacolsheader { 
    5454        background-color: #AAAAAA; 
    5555      } 
    56        
    57 a:link {       
     56 
     57a:link { 
    5858        color : blue; 
    5959       } 
    60         
    61 a:visited {       
     60 
     61a:visited { 
    6262        color : purple; 
    6363       } 
    64         
    65 a:hover {       
     64 
     65a:hover { 
    6666        color : green; 
    6767       } 
    68         
    69 a:active {       
     68 
     69a:active { 
    7070        color : magenta; 
    7171       } 
  • pykota/trunk/stylesheets/README

    r3275 r3413  
    1919==================================================================== 
    2020 
    21 This directory contains CSS stylesheets for use with PyKota's web based  
     21This directory contains CSS stylesheets for use with PyKota's web based 
    2222tools. Just copy them in your web server's DocumentRoot (e.g. /var/www) 
    2323so that the CGI scripts will find them.