diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-05-12 12:00:00 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-05-12 12:00:00 +0200 |
commit | 547028280cee104c006433de64c84a4e701a2321 (patch) | |
tree | 1acf2c0cbbb2b926020f627861fc121474e9432f /skins | |
parent | 596d43be13156b24325e45b3f3716722c61fafa2 (diff) |
Fix icon for DOC files
Diffstat (limited to 'skins')
-rw-r--r-- | 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 1baca0963..580b20f1a 100644 --- a/skins/larry/styles.css +++ b/skins/larry/styles.css @@ -2489,6 +2489,11 @@ ul.toolbarmenu li span.copy { margin-bottom: 1px; } +.attachmentslist li.txt, +.attachmentslist li.text { + background-position: 0 -416px; +} + .attachmentslist li.pdf { background-position: 0 -26px; } @@ -2548,11 +2553,6 @@ ul.toolbarmenu li span.copy { background-position: 0 -338px; } -.attachmentslist li.txt, -.attachmentslist li.text { - background-position: 0 -416px; -} - .attachmentslist li.ics, .attachmentslist li.calendar { background-position: 0 -364px; |