diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-01-03 22:30:52 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-01-03 22:30:52 +0100 |
commit | 280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f (patch) | |
tree | de9cdc78b1ce0c136d208e1b5dc8dcf2e2d02e00 /html/default_blocking_policy.html | |
parent | a00926f143147ac70656a995f3c97959567c3884 (diff) | |
download | browser-extension-280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f.tar.gz browser-extension-280d3c42d9d519d381b8bae64e1dfc7e2cf42a2f.zip |
improve and test the dafult policy dialog
This commit also fixes some bugs that manifested themselves spuriously.
Diffstat (limited to 'html/default_blocking_policy.html')
-rw-r--r-- | html/default_blocking_policy.html | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/html/default_blocking_policy.html b/html/default_blocking_policy.html index 547f756..ac123e8 100644 --- a/html/default_blocking_policy.html +++ b/html/default_blocking_policy.html @@ -32,14 +32,11 @@ HTML code. --> -<style> - #blocking_policy_div { - line-height: 2em; - } -</style> +#LOADCSS html/reset.css +#LOADCSS html/base.css <span id="blocking_policy_span"> Default policy for unmatched pages is to - <span id="current_policy_span" class="bold"></span> + <span id="current_policy_span" class="bold">...</span> their own scripts. <button id="toggle_policy_but">Toggle policy</button> </span> |