summaryrefslogtreecommitdiff
path: root/skins
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-11-20 20:59:24 +0100
committerAleksander Machniak <alec@alec.pl>2012-11-20 20:59:24 +0100
commit90ff4ca9518416852136a2abfda9a2eb412c5608 (patch)
treebf4fefbc8b331d66d27fe008e34860b525ec64d3 /skins
parent17a8fb353bd5141db990dfa467c8fc2634f8de58 (diff)
Small thread icon alignment fix
Diffstat (limited to 'skins')
-rw-r--r--skins/larry/mail.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 48560abe2..462d608b2 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -621,12 +621,12 @@ a.iconbutton.threadmode.selected {
}
#messagelist tr td div.collapsed {
- background-position: 0 -1136px;
+ background-position: 0 -1137px;
cursor: pointer;
}
#messagelist tr td div.expanded {
- background-position: 0 -1156px;
+ background-position: 0 -1157px;
cursor: pointer;
}