From e37059ebc423fbd4cf6798553c97ea7f861675c1 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 13 Nov 2014 05:49:11 +0000 Subject: [PATCH] Removed some unnecessary CSS overrides. There's an attribute for that. --- resources/report/css/overrides.css | 11 ----------- resources/report/report.html | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/resources/report/css/overrides.css b/resources/report/css/overrides.css index 9b54d5b0..e9f2052f 100644 --- a/resources/report/css/overrides.css +++ b/resources/report/css/overrides.css @@ -1,16 +1,5 @@ /* These styles override Polymer's own internal styling for certain elements. */ -/* The following 3 rules are for setting the sizes of the drawer and panel. */ -#container::shadow #main { - left: 33% !important; -} -#container::shadow .narrow-layout #main { - left: 0 !important; -} -#container::shadow #drawer { - width: 33% !important; -} - /* These overrides change the colour of the game menu's text and underline. */ #gameMenu::shadow > paper-dropdown-menu { border-bottom-color: #f1f1f1; diff --git a/resources/report/report.html b/resources/report/report.html index 2f5fc4ec..cf0fcf91 100644 --- a/resources/report/report.html +++ b/resources/report/report.html @@ -98,7 +98,7 @@ - +
Plugins