diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 17:39:44 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 17:39:44 +0200 |
commit | c56a1fe7639c56e51a5213329ac0dc787ff96291 (patch) | |
tree | 545d910bd3835ece21bf0cedd05b1abdb1cbbcf3 /style/man.css | |
parent | 928f6c4c70ac85b34216fb30bb5adf873e316080 (diff) |
guess what? yep, more CSS fixes
Diffstat (limited to '')
-rw-r--r-- | style/man.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/style/man.css b/style/man.css index 63129c5..3e963ff 100644 --- a/style/man.css +++ b/style/man.css @@ -48,8 +48,8 @@ #lmmtfy > div > div> label { position: absolute; - width: 65pt; - padding: 0 8pt; + width: 62pt; + padding: 0 8pt 0 12pt; background-color: var(--bg); } @@ -151,6 +151,7 @@ td.head-ltitle, td.head-vol, td.head-rtitle, td.foot-date, td.foot-os, table.Nm, table.Nm tbody, table.Nm tbody tr, table.Nm tbody tr td { + word-break: break-word; text-align: left; border: none !important; } @@ -202,8 +203,6 @@ pre { width: 90%; - padding: 0; - border: none; } } |