From 6c04f651aa024088b6a500bd56f61cbd667e842e Mon Sep 17 00:00:00 2001 From: Paul Adam Davis Date: Thu, 23 Apr 2015 12:39:19 +0100 Subject: [PATCH] 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. --- assets/css/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index f2da897..a278868 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -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; }