From ea0f7f392ae9ef2aa6c1a1ae6fc033ab6937bfbd Mon Sep 17 00:00:00 2001 From: wbamberg Date: Mon, 5 Jun 2017 12:59:27 -0700 Subject: [PATCH] Simplify options styles (#226) * Simplify options styles * Set browser_style explicitly --- proxy-blocker/manifest.json | 3 ++- proxy-blocker/options/options.css | 16 +++------------- 2 files changed, 5 insertions(+), 14 deletions(-) diff --git a/proxy-blocker/manifest.json b/proxy-blocker/manifest.json index f5c66ef..87bed98 100644 --- a/proxy-blocker/manifest.json +++ b/proxy-blocker/manifest.json @@ -23,7 +23,8 @@ }, "options_ui": { - "page": "options/options.html" + "page": "options/options.html", + "browser_style": true }, "permissions": ["proxy", "storage"] diff --git a/proxy-blocker/options/options.css b/proxy-blocker/options/options.css index c7f1cc5..ac9d052 100644 --- a/proxy-blocker/options/options.css +++ b/proxy-blocker/options/options.css @@ -1,14 +1,4 @@ -body { - width: 25em; - font-family: "Open Sans Light", sans-serif; - font-size: 0.9em; - font-weight: 300; -} - -.title, #blocked-hosts { - margin: 1em; -} - -.title { - font-size: 1.2em; +#blocked-hosts { + display: block; + margin-top: 1em; }