diff options
author | bptato <nincsnevem662@gmail.com> | 2023-07-25 21:17:07 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-07-25 21:22:40 +0200 |
commit | 5153b064d59b627cd2ea061bf88078cbfddfafa6 (patch) | |
tree | c33635070286ce3fbe7756e89e67e916bd72b4ab /res | |
parent | 3496b5e53fabcb407870d074d3d78ba52cb5f88d (diff) | |
download | chawan-5153b064d59b627cd2ea061bf88078cbfddfafa6.tar.gz |
ua.css: add more block elements
Additions sourced from the HTML standard.
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/res/ua.css b/res/ua.css index ea5cc449..5c020ba0 100644 --- a/res/ua.css +++ b/res/ua.css @@ -7,8 +7,10 @@ noframes, param, rp, script, style, template, title { display: block !important; } -address, blockquote, center, del, dir, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, -h5, h6, hr, ins, menu, noframes, noscript, ol, p, pre, ul, body { +address, article, aside, blockquote, body, center, dd, del, dialog, dir, div, +dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, +header, hgroup, hr, html, ins, legend, listing, main, menu, nav, noframes, +noscript, ol, p, plaintext, pre, search, section, ul, xmp { display: block; } |