diff options
author | dweller <dweller@cabin.digital> | 2024-02-26 19:54:08 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-26 19:54:08 +0200 |
commit | 04308eeded8a6b90879e5d413b181ac144268901 (patch) | |
tree | 497d6bef0d5173687635a3663a43bc77423ce4ea /style/main.css | |
parent | 6f333e9671b104e2f343ed4c2a83b004cc3a1e1d (diff) |
fix more CSS, head/foot table, hidden button, .manpage wrap/overflow
Diffstat (limited to 'style/main.css')
-rw-r--r-- | style/main.css | 1 |
1 files changed, 1 insertions, 0 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; |