From 32ebb1bfb0dd577e3ee2f78c0df1d37701e785bb Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Wed, 17 Dec 2014 11:40:59 +0000 Subject: [PATCH] Removed some unnecessary CSS. --- _layouts/page.html | 2 +- style.css | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index b22b21d..d91f2c6 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -56,7 +56,7 @@
- +

{{ page.title }}

diff --git a/style.css b/style.css index 12fa0af..a1f2963 100644 --- a/style.css +++ b/style.css @@ -88,7 +88,3 @@ paper-button { height: 48px; color: rgba(0, 0, 0, 0.54); } -/* This makes the drawer toggle appear only in narrow view. */ -core-drawer-panel:not([narrow]) #drawerToggle { - display: none; -}