From 676ded0c63e47b162fd3a3a28e984e3576c8846b Mon Sep 17 00:00:00 2001
From: Jan-Christoph Borchardt <hey@jancborchardt.net>
Date: Sun, 6 Oct 2013 22:40:29 +0300
Subject: [PATCH] properly indent contents of folders for app styles, to line
 up with text

---
 core/css/apps.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/css/apps.css b/core/css/apps.css
index 49fb189f384..f68f53d6999 100644
--- a/core/css/apps.css
+++ b/core/css/apps.css
@@ -104,8 +104,8 @@
 	padding-left: 32px;
 }
 #app-navigation > .with-icon ul li > a {
-	padding-left: 48px;
-	background-position: 24px center;
+	padding-left: 68px;
+	background-position: 44px center;
 }
 
 #app-navigation .open {
-- 
GitLab