From 174e2ca3bdd3bbe9cfd1e8e8542225e478f5fa04 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Thu, 14 Jun 2012 02:31:02 -0400
Subject: [PATCH] Give calendar/ics attachment styles precedence over generic text class
---
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 908642c..7b321ed 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -1889,16 +1889,16 @@
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;
}
--
Gitblit v1.9.1