Merge pull request #203 from PaulAdamDavis/menu-button-border

Remove border from menu button on small screens
This commit is contained in:
John O'Nolan 2015-05-14 15:29:50 +01:00
commit 6f5138dcd2
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;
}