diff options
author | bptato <nincsnevem662@gmail.com> | 2022-01-18 19:45:09 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2022-01-18 19:45:14 +0100 |
commit | b4798a6bf5ea4916fa9ccb582f067d5dab5f2fc2 (patch) | |
tree | 8ab23d3a607dcd61f22640a9a8d0d95f9c61fe1f /res | |
parent | c5375d2a5d45294efa91530c5a0f9d055e09438f (diff) | |
download | chawan-b4798a6bf5ea4916fa9ccb582f067d5dab5f2fc2.tar.gz |
Implement basics of new layout engine
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css index e440b538..a618baf5 100644 --- a/res/ua.css +++ b/res/ua.css @@ -2,6 +2,10 @@ area, base, source, track, link, meta, param, wbr, head, style, script { display: none !important; } +:root { + 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 { display: block; |