diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-01 22:42:02 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-01 22:42:02 +0100 |
commit | b49a080866f7b7020e9b6c9997901d0903d466bc (patch) | |
tree | 1e7d3d265b0dfc09851554e2d34d0ff91b9af27a /res | |
parent | 32fc2fb35be469119b1c99959f688f0ad5e2f710 (diff) | |
download | chawan-b49a080866f7b7020e9b6c9997901d0903d466bc.tar.gz |
ua.css: do not set del, ins display to block; strike del
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/ua.css b/res/ua.css index cb9edce2..207968b6 100644 --- a/res/ua.css +++ b/res/ua.css @@ -7,9 +7,9 @@ noframes, param, rp, script, style, template, title { display: block !important; } -address, article, aside, blockquote, body, center, dd, del, dialog, dir, div, +address, article, aside, blockquote, body, center, dd, 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, +header, hgroup, hr, html, legend, listing, main, menu, nav, noframes, noscript, ol, p, plaintext, pre, search, section, ul, xmp { display: block; } @@ -299,7 +299,7 @@ blink { text-decoration: blink; } -s, strike { +del, s, strike { text-decoration: line-through; } |