diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-06-14 08:31:02 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2012-06-14 10:58:32 +0200 |
commit | ce7090cce94e77b8a05aa9bb77f4dc29d3278e9f (patch) | |
tree | 105020fe45a025bfd91b18d0dfa00b7787eeccb3 /skins/larry/styles.css | |
parent | d5d3c70ea0a16af0acf9aefa5152f63cbafa96b2 (diff) |
Give calendar/ics attachment styles precedence over generic text class
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 908642ce8..7b321ed56 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1889,16 +1889,16 @@ ul.toolbarmenu li span.conversation { background-position: 0 -338px; } -.attachmentslist li.ics, -.attachmentslist li.calendar { - background-position: 0 -364px; -} - .attachmentslist li.txt, .attachmentslist li.text { background-position: 0 -416px; } +.attachmentslist li.ics, +.attachmentslist li.calendar { + background-position: 0 -364px; +} + .attachmentslist li.vcard { background-position: 0 -390px; } |