about summary refs log tree commit diff stats
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/ua.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/ua.css b/res/ua.css
index 5f3ce7ba..645b5587 100644
--- a/res/ua.css
+++ b/res/ua.css
@@ -36,6 +36,7 @@ table {
 
 tbody {
 	display: table-row-group;
+	vertical-align: middle;
 }
 
 thead {
@@ -52,6 +53,7 @@ colgroup {
 
 tr {
 	display: table-row;
+	vertical-align: inherit;
 }
 
 col {