From 0a20d3115f0886f58c54608ede4ebe325fffa827 Mon Sep 17 00:00:00 2001 From: Oleg Eterevsky Date: Thu, 11 Jul 2013 19:46:52 +0400 Subject: [PATCH] Remove the icon from the app title. --- css/app.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 2bb404269..4125f990c 100644 --- a/css/app.css +++ b/css/app.css @@ -45,9 +45,6 @@ body.sidebar-open #sidebar { } #sidebar h1 { - background-image: url('../icon/32x32.png'); - background-size: 31px 31px; - background-position: 10px center; background-repeat: no-repeat; -webkit-app-region: drag; cursor: default; @@ -55,7 +52,7 @@ body.sidebar-open #sidebar { font-weight: normal; margin-bottom: 4px; margin-top: 12px; - padding: 0px 24px 0px 45px; + padding: 0 20px; -webkit-user-select: none; }