srctree

Robin Linden parent afffbbc5 6efb081b
css: Give the html and body elements the correct display value

inlinesplit
css/default.css added: 7, removed: 1, total 6
@@ -1,3 +1,9 @@
/* https://html.spec.whatwg.org/multipage/rendering.html#the-page */
html,
body {
display: block;
}
 
/* https://html.spec.whatwg.org/#hidden-elements */
area,
base,