Show
Ignore:
Timestamp:
06/06/04 23:07:55 (20 years ago)
Author:
jalet
Message:

Improved CGI script to allow history on printers and hostnames.
Better (?) colors in stylesheet.

Files:
1 modified

Legend:

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

    r1254 r1525  
    3939        background-color: #AAAAAA; 
    4040      } 
     41       
     42a:link {       
     43        color : blue; 
     44       } 
     45        
     46a:visited {       
     47        color : purple; 
     48       } 
     49        
     50a:hover {       
     51        color : green; 
     52       } 
     53        
     54a:active {       
     55        color : magenta; 
     56       }