srctree

Robin Linden parent f17f166f fe1fd75e
css: Add body's 8px margin to the default CSS

It should be possible to override this using attributes on the bodyelement, but that's future work.

inlinesplit
css/default.css added: 5, removed: 1, total 4
@@ -4,6 +4,10 @@ body {
display: block;
}
 
body {
margin: 8px;
}
 
/* https://html.spec.whatwg.org/#hidden-elements */
area,
base,