diff options
Diffstat (limited to 'style')
-rw-r--r-- | style/main.css | 1 | ||||
-rw-r--r-- | style/man.css | 6 |
2 files changed, 5 insertions, 2 deletions
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 { |