From 174e2ca3bdd3bbe9cfd1e8e8542225e478f5fa04 Mon Sep 17 00:00:00 2001 From: Thomas Bruederli Date: Thu, 14 Jun 2012 08:31:02 +0200 Subject: [PATCH] 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; }