Ignore:
Timestamp:
Apr 8, 2010, 10:29:26 AM (14 years ago)
Author:
plg
Message:

bug 1584: for the tagLevel font size to have the correct font size on Sylvia
core theme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/theme.css

    r5255 r5704  
    648648
    649649
    650 .tagLevel5 { font-size: 150%; }
    651 .tagLevel4 { font-size: 140%; }
    652 .tagLevel3 { font-size: 120%; }
    653 .tagLevel2 { font-size: 100%; }
    654 .tagLevel1 { font-size: 90%; }
     650.tagLevel5 { font-size: 150% !important; }
     651.tagLevel4 { font-size: 140% !important; }
     652.tagLevel3 { font-size: 120% !important; }
     653.tagLevel2 { font-size: 100% !important; }
     654.tagLevel1 { font-size: 90%  !important; }
    655655
    656656
Note: See TracChangeset for help on using the changeset viewer.