summaryrefslogtreecommitdiff
path: root/style/man.css
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-03-05 23:50:29 +0200
committerdweller <dweller@cabin.digital>2024-03-05 23:50:29 +0200
commit3eb27535646fd45a61365870f4ed8a65dd1f02ec (patch)
tree45bc1f4e563ca8e3f4c29d7bd11bda100c648e32 /style/man.css
parent98cc28af8d4cb81a7070ba0d43e2254eae073d01 (diff)
hide query options (-s -S). fml that took some work, esp. on iOS
Diffstat (limited to '')
-rw-r--r--style/man.css12
1 files changed, 0 insertions, 12 deletions
diff --git a/style/man.css b/style/man.css
index 4999be2..e61ad91 100644
--- a/style/man.css
+++ b/style/man.css
@@ -150,18 +150,6 @@ table.Nm, table.Nm tbody, table.Nm tbody tr, table.Nm tbody tr td
table.head, table.foot { display: table; }
-/* This looks good, but messes with some semantics
-dl.Bl-tag
-{
- display: grid;
- row-gap: 1em;
- grid-template-columns: max-contet auto;
-}
-
-dl.Bl-tag dt { grid-column-start: 1; }
-dl.Bl-tag dd { grid-column-start: 2; }
-*/
-
pre
{
overflow-x: auto;