From ce7090cce94e77b8a05aa9bb77f4dc29d3278e9f Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 14 Jun 2012 08:31:02 +0200 Subject: Give calendar/ics attachment styles precedence over generic text class --- skins/larry/styles.css | 10 +++++----- 1 file 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; } -- cgit v1.2.3