Simplify options styles (#226)

* Simplify options styles

* Set browser_style explicitly
This commit is contained in:
wbamberg
2017-06-05 12:59:27 -07:00
committed by GitHub
parent 149b555962
commit ea0f7f392a
2 changed files with 5 additions and 14 deletions

View File

@@ -23,7 +23,8 @@
},
"options_ui": {
"page": "options/options.html"
"page": "options/options.html",
"browser_style": true
},
"permissions": ["proxy", "storage"]

View File

@@ -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;
}