Changeset 23


Ignore:
Timestamp:
02/28/10 23:09:34 (3 years ago)
Author:
sam
Message:

CSS test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/style.css

    r22 r23  
     1body { 
     2    background-color: #ffffff; 
     3    margin: 10px 10px 0px 10px; 
     4    font-family: tahoma, sans-serif; 
     5    font-size: small; 
     6    color: #3C5E92; 
     7} 
     8 
     9a { 
     10    color: #3C5E92; 
     11    text-decoration: none; 
     12} 
     13 
Note: See TracChangeset for help on using the changeset viewer.