srctree

Robin Linden parent 2984f423 f28752e4
css: Add more default CSS for flow content

inlinesplit
css/default.css added: 23, removed: 14, total 9
@@ -82,28 +82,15 @@ wbr {
display: inline;
}
 
address,
blockquote,
details,
dialog,
div,
fieldset,
figcaption,
figure,
footer,
form,
header,
hr,
li,
main,
pre,
table {
display: block;
}
 
/* TODO(robinlinden): margin-top/bottom -> margin-block-start/end once handled. */
p {
display: block;
margin-top: 1em;
margin-bottom: 1em;
}
@@ -173,6 +160,28 @@ h6 {
/* Flow content */
/* https://html.spec.whatwg.org/multipage/rendering.html#flow-content-3 */
 
address,
blockquote,
center,
dialog,
div,
figure,
figcaption,
footer,
form,
header,
hr,
legend,
listing,
main,
p,
plaintext,
pre,
search,
xmp {
display: block;
}
 
listing,
plaintext,
pre,