From f709325172fd7a9df118a304a43f5996c58d23d9 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Thu, 08 Mar 2012 07:53:33 -0500 Subject: [PATCH] - Proper icon for docx and xlsx attachments (#1488366) --- skins/larry/styles.css | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 0f8e977..21d269d 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -1789,6 +1789,7 @@ } .attachmentslist li.doc, +.attachmentslist li.docx, .attachmentslist li.msword { background-position: 0 -52px; } @@ -1798,6 +1799,7 @@ } .attachmentslist li.xls, +.attachmentslist li.xlsx, .attachmentslist li.msexcel { background-position: 0 -104px; } -- Gitblit v1.9.1