From 547028280cee104c006433de64c84a4e701a2321 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 12 May 2014 06:00:00 -0400
Subject: [PATCH] Fix icon for DOC files

---
 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 1baca09..580b20f 100644
--- a/skins/larry/styles.css
+++ b/skins/larry/styles.css
@@ -2489,6 +2489,11 @@
 	margin-bottom: 1px;
 }
 
+.attachmentslist li.txt,
+.attachmentslist li.text {
+	background-position: 0 -416px;
+}
+
 .attachmentslist li.pdf {
 	background-position: 0 -26px;
 }
@@ -2546,11 +2551,6 @@
 
 .attachmentslist li.video {
 	background-position: 0 -338px;
-}
-
-.attachmentslist li.txt,
-.attachmentslist li.text {
-	background-position: 0 -416px;
 }
 
 .attachmentslist li.ics,

--
Gitblit v1.9.1