Changeset 112


Ignore:
Timestamp:
04/05/07 22:43:25 (5 years ago)
Author:
nigel
Message:
  • Added forum colourisation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • themes/yd/style.css

    r105 r112  
    9797  list-style: square; 
    9898} 
     99 
     100#forum tr.odd { 
     101background:#E0EDFB; 
     102} 
     103#forum tr.even { 
     104background:#FFFFFF; 
     105} 
     106 
     107#forum td.container { 
     108background: #FFFFFF ; 
     109} 
     110 
     111#forum td.container a { 
     112color: #000; 
     113} 
Note: See TracChangeset for help on using the changeset viewer.