the repository which powers this website
Add cgit-doc.css
This css is used to tweak the display of asciidoc-generated html for
cgitrc.5.txt.
Signed-off-by: Lars Hjemli <[email protected]>
| -rw-r--r-- | cgit-doc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cgit-doc.css b/cgit-doc.css new file mode 100644 index 00000000..5a399b6a --- /dev/null +++ b/cgit-doc.css @@ -0,0 +1,3 @@ +div.variablelist dt { + margin-top: 1em; +} |