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/main.css | 1 + style/man.css | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'style') diff --git a/style/main.css b/style/main.css index 627da0a..bd7a758 100644 --- a/style/main.css +++ b/style/main.css @@ -346,6 +346,7 @@ button:focus, input[type=submit]:focus .btn-def { + display: none; width: 0 !important; height: 0 !important; padding: 0 !important; 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