diff options
author | bptato <nincsnevem662@gmail.com> | 2024-02-17 13:38:40 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-02-17 13:38:40 +0100 |
commit | 89d1bdc04343dac1d09282424f4b8538f1db5ad3 (patch) | |
tree | ef53eba9dd2107097174eb380364eef1de7b01cf /res | |
parent | 3fe649010975686e9072678e4a4aafef6e4241fc (diff) | |
download | chawan-89d1bdc04343dac1d09282424f4b8538f1db5ad3.tar.gz |
ua.css: remove inline-block from tt, var, font, u, s, strike
It's inconsistent with other browsers' default stylesheets.
Diffstat (limited to 'res')
-rw-r--r-- | res/ua.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css index 4bce2380..a85c5146 100644 --- a/res/ua.css +++ b/res/ua.css @@ -20,7 +20,7 @@ noscript { } } -textarea, tt, var, font, iframe, u, s, strike, frame, input, img { +textarea, iframe, frame, input, img { display: inline-block; } |