diff options
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; } |