Skip to content

Commit

Permalink
Merge pull request #203 from PaulAdamDavis/menu-button-border
Browse files Browse the repository at this point in the history
Remove border from menu button on small screens
  • Loading branch information
JohnONolan committed May 14, 2015
2 parents f81730e + 6c04f65 commit 6f5138d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -1773,7 +1773,7 @@ body:not(.post-template) .post-title {
.menu-button {
padding: 0 5px;
border-radius: 0;
border-color: transparent;
border-width: 0;
color: #2e2e2e;
background: transparent;
}
Expand Down

0 comments on commit 6f5138d

Please sign in to comment.