Changeset 279 for trunk/ipdb.css


Ignore:
Timestamp:
09/16/05 17:19:24 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Add "color0" definition for table rows. This is necessary to
allow redesigning row colours to accomodate programmatic
row generation with modulus (%) rather than much lengthier
"if n%2 { } else { }" structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ipdb.css

    r254 r279  
    1717  text-decoration: underline;
    1818  color: #683080;
     19}
     20
     21tr.color0 {
     22        background-color: #A8C4D0;
     23        font-family: Verdana, Arial, Helvetica, sans-serif;
     24        font-size: 90%;
    1925}
    2026
Note: See TracChangeset for help on using the changeset viewer.