From 04308eeded8a6b90879e5d413b181ac144268901 Mon Sep 17 00:00:00 2001 From: dweller Date: Mon, 26 Feb 2024 19:54:08 +0200 Subject: fix more CSS, head/foot table, hidden button, .manpage wrap/overflow --- style/man.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'style/man.css') diff --git a/style/man.css b/style/man.css index 5c609b9..a1f6aed 100644 --- a/style/man.css +++ b/style/man.css @@ -98,8 +98,8 @@ line-height: 1.5; - text-align: justify; - text-justify: inter-word; + text-align: justify; + overflow-wrap: break-word; } /* @@ -159,6 +159,8 @@ table.Nm, table.Nm tbody, table.Nm tbody tr, table.Nm tbody tr td border: none !important; } +table.head, table.foot { display: table; } + /* This looks good, but messes with some semantics dl.Bl-tag { -- cgit v1.2.3