diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-06 22:40:29 +0300 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2013-10-06 22:40:29 +0300 |
commit | 676ded0c63e47b162fd3a3a28e984e3576c8846b (patch) | |
tree | 347c7b78200a9b5b30967d42e93e228befb1d47c /core | |
parent | c8c83e0e02d559d2ad5d449a8072ba07edf3317b (diff) | |
download | nextcloud-server-676ded0c63e47b162fd3a3a28e984e3576c8846b.tar.gz nextcloud-server-676ded0c63e47b162fd3a3a28e984e3576c8846b.zip |
properly indent contents of folders for app styles, to line up with text
Diffstat (limited to 'core')
-rw-r--r-- | core/css/apps.css | 4 |
1 files 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 { |