46c0c281f8
* Use a webview to show add-on's config help This allows add-ons to embed images for example. * Improve initial size of splitter widgets * Decrease font size and margin of webview
8 lines
180 B
SCSS
8 lines
180 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
body {
|
|
margin: 5px;
|
|
font-size: 13px;
|
|
}
|