diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2023-04-17 07:17:16 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2023-04-17 07:20:07 +0200 |
commit | a6560509d99d75728c0c857de4859ca9d81f1a0d (patch) | |
tree | cce8b3ac6ce32318dba60e3dac636d63a13c2a7f /docs/stylesheet.css | |
parent | 44c28f00d65ace6ea6ef340de03139f98648ebe5 (diff) | |
download | fiv-a6560509d99d75728c0c857de4859ca9d81f1a0d.tar.gz fiv-a6560509d99d75728c0c857de4859ca9d81f1a0d.tar.xz fiv-a6560509d99d75728c0c857de4859ca9d81f1a0d.zip |
Revise documentation and help output
Split out clearly internal options.
Diffstat (limited to 'docs/stylesheet.css')
-rw-r--r-- | docs/stylesheet.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/stylesheet.css b/docs/stylesheet.css index b4b5b2d..daf49f9 100644 --- a/docs/stylesheet.css +++ b/docs/stylesheet.css @@ -5,4 +5,5 @@ h2 { padding-top: .67em; border-top: 1px solid silver; } p { line-height: 1.5; } .figure { text-align: center; } img { max-width: 100%; } q { font-style: normal; } .details { border-bottom: 1px solid silver; } .details br { display: none; } .details br + span:before { content: " — "; } -pre { padding: 0 1em; } +pre { padding: 0 1em; } kbd { border: solid #ccc; border-radius: .25em; + border-width: 1px 2px 2px 1px; padding: 0 .25em; font-family: inherit; } |