From 219461fc7443e56ce93d5d3eee2891d32aa95d0c Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 20 Jun 2014 06:03:52 -0400
Subject: [PATCH] Fix "Special Folders" icon position

---
 skins/larry/settings.css |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/skins/larry/settings.css b/skins/larry/settings.css
index f6e252c..518c027 100644
--- a/skins/larry/settings.css
+++ b/skins/larry/settings.css
@@ -107,16 +107,22 @@
 	background-position: 6px -455px;
 }
 
-#settings-sections .folders a,
-#sections-table #rcmrowfolders .section {
+#settings-sections .folders a {
 	background-position: 6px 2px;
 }
 
-#settings-sections .folders.selected a,
-#sections-table #rcmrowfolders.selected .section {
+#settings-sections .folders.selected a {
 	background-position: 6px -22px;
 }
 
+#sections-table #rcmrowfolders .section {
+	background-position: 4px 2px;
+}
+
+#sections-table #rcmrowfolders.selected .section {
+	background-position: 4px -22px;
+}
+
 #settings-sections .identities a {
 	background-position: 6px -478px;
 }

--
Gitblit v1.9.1