Remove border from menu button on small screens

No issue

In #189 I reworked much of the CSS for the menu button. The border on the menu button is supposed to be removed on small screens, but I missed that. This removes it.
This commit is contained in:
Paul Adam Davis 2015-04-23 12:39:19 +01:00
parent f81730e108
commit 6c04f651aa
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}