about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2022-11-19 16:03:57 +0100
committerbptato <nincsnevem662@gmail.com>2022-11-19 16:03:57 +0100
commitd4e20ebe854083110a2ed732276848dc0dbd9eb3 (patch)
tree298043a24cdb124d895bb97f0ef01d7345eb3e97 /res
parent8292d21bc9c786e5e4cb2ef5531b29d0858a8b7e (diff)
downloadchawan-d4e20ebe854083110a2ed732276848dc0dbd9eb3.tar.gz
Fix table cell size calculation
Diffstat (limited to 'res')
-rw-r--r--res/ua.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/ua.css b/res/ua.css
index 45ea2729..920232d7 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -228,7 +228,7 @@ select:focus > :is(option, optgroup > option):hover {
 }
 
 center {
-	text-align: -moz-center;
+	text-align: -cha-center;
 }
 
 blink {