Skip to content

Commit

Permalink
Remove the icon from the app title.
Browse files Browse the repository at this point in the history
  • Loading branch information
eterevsky committed Jul 11, 2013
1 parent 4cfc6cd commit 0a20d31
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,14 @@ 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;
font-size: 21px;
font-weight: normal;
margin-bottom: 4px;
margin-top: 12px;
padding: 0px 24px 0px 45px;
padding: 0 20px;
-webkit-user-select: none;
}

Expand Down

2 comments on commit 0a20d31

@processnotproduct
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ya added that but wasn't sure if you guys wanted it ... ;) Still looks good.

@eterevsky
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It just looked a bit out of place, so I decided to be conservative and keep it simple.

Please sign in to comment.