srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
afffbbc5
6efb081b
css: Give the html and body elements the correct display value
inline
split
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,