aboutsummaryrefslogtreecommitdiffstats
path: root/src/settings.html
diff options
context:
space:
mode:
authorgorhill <rhill@raymondhill.net>2015-04-09 05:02:57 -0400
committergorhill <rhill@raymondhill.net>2015-04-09 05:02:57 -0400
commit3bb55bb9b9da1207cc685c932c2dd3bd9ec081e0 (patch)
treec50c9c7f41cb43b9580d85a37a4697fd0b3605f6 /src/settings.html
parent1ff649d53cff4f035be801fe14335c39aeeb5197 (diff)
downloaduBlock-3bb55bb9b9da1207cc685c932c2dd3bd9ec081e0.zip
uBlock-3bb55bb9b9da1207cc685c932c2dd3bd9ec081e0.tar.gz
uBlock-3bb55bb9b9da1207cc685c932c2dd3bd9ec081e0.tar.bz2
minor css work
Diffstat (limited to 'src/settings.html')
-rw-r--r--src/settings.html25
1 files changed, 1 insertions, 24 deletions
diff --git a/src/settings.html b/src/settings.html
index 2e651b3..2de4242 100644
--- a/src/settings.html
+++ b/src/settings.html
@@ -5,30 +5,7 @@
<title>uBlock — Settings</title>
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/dashboard-common.css">
-<style>
-ul {
- padding-left: 1em;
- }
-ul#userSettings {
- padding-left: 0;
- }
-li {
- margin-top: 0.25em;
- }
-ul#userSettings {
- list-style-type: none;
- }
-#localData > ul > li {
- margin-top: 1em;
- }
-#localData > ul > li > ul > li:nth-of-type(2) {
- font-family: monospace;
- font-size: small;
- }
-#experimental-enabled {
- margin-top: 1em;
- }
-</style>
+<link rel="stylesheet" type="text/css" href="css/settings.css">
</head>
<body>