Changeset 777 for trunk


Ignore:
Timestamp:
09/29/15 16:34:55 (9 years ago)
Author:
Kris Deugau
Message:

/trunk

Smooth over minor font size difference between the two showsubs template pages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ipdb.css

    r770 r777  
    120120.altrows > tbody > tr:nth-child(odd) {
    121121        background-color: #A8C4D0;
     122        font-size: 90%;
    122123}
    123124.altrows > tbody > tr:nth-child(even) {
    124125        background-color: #D0E0E0;
     126        font-size: 90%;
    125127}
    126128/* because ordering.  *sigh*  could just set to something,
     
    136138.altrowsnh tr:nth-child(odd) {
    137139        background-color: #A8C4D0;
     140        font-size: 90%;
    138141}
    139142.altrowsnh tr:nth-child(even) {
    140143        background-color: #D0E0E0;
     144        font-size: 90%;
    141145}
    142146
Note: See TracChangeset for help on using the changeset viewer.