mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-18 15:28:37 +02:00
Simplify options styles (#226)
* Simplify options styles * Set browser_style explicitly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user