diff options
Diffstat (limited to '')
-rw-r--r-- | style/man.css | 12 |
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; |