Skip to content

Commit

Permalink
Merge pull request #419 from silentboatman/toucharea
Browse files Browse the repository at this point in the history
Wider touch area
  • Loading branch information
SSilence committed Aug 29, 2013
2 parents 1208c2b + 934c778 commit f281655
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1051,10 +1051,10 @@ body.publicmode.notloggedin .entry-unread {
width:29px;
height:29px;
left:100%;
top:10px;
margin-left:-48px;
background:url(images/nav-mobile-settings.png) no-repeat;
margin-left:-66px;
background:url(images/nav-mobile-settings.png) no-repeat center;
background-size:29px 29px;
padding:11px 21px 11px 15px;
}

#nav {
Expand Down

0 comments on commit f281655

Please # to comment.