Changeset ce7090c in github


Ignore:
Timestamp:
Jun 14, 2012 4:58:32 AM (11 months ago)
Author:
Thomas Bruederli <thomas@…>
Branches:
release-0.8
Children:
459e46a
Parents:
d5d3c70
git-author:
Thomas Bruederli <thomas@…> (06/14/12 02:31:02)
git-committer:
Thomas Bruederli <thomas@…> (06/14/12 04:58:32)
Message:

Give calendar/ics attachment styles precedence over generic text class

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skins/larry/styles.css

    ra15c0aa rce7090c  
    18901890} 
    18911891 
     1892.attachmentslist li.txt, 
     1893.attachmentslist li.text { 
     1894        background-position: 0 -416px; 
     1895} 
     1896 
    18921897.attachmentslist li.ics, 
    18931898.attachmentslist li.calendar { 
    18941899        background-position: 0 -364px; 
    1895 } 
    1896  
    1897 .attachmentslist li.txt, 
    1898 .attachmentslist li.text { 
    1899         background-position: 0 -416px; 
    19001900} 
    19011901 
Note: See TracChangeset for help on using the changeset viewer.