Revision 6247f163
Added by koszko about 2 years ago
html/import_frame.html | ||
---|---|---|
1 |
<!-- |
|
2 |
Copyright (C) 2021 Wojtek Kosior |
|
3 |
Redistribution terms are gathered in the `copyright' file. |
|
4 |
|
|
5 |
This is not a standalone page. This file is meant to be imported into other |
|
6 |
HTML code. |
|
7 |
--> |
|
1 | 8 |
<style> |
2 | 9 |
.padding_right { |
3 | 10 |
padding-right: 0.3em; |
Also available in: Unified diff
enable toggling of global script blocking policy\n\nThis commit also introduces `light_storage' module which is later going to replace the storage code we use right now.\nAlso included is a hack to properly display scrollbars under Mozilla (needs testing on newer Mozilla browsers).