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]>
Lars Hjemli 2009-02-12
parent c54f8a5 · commit 6d2067a
-rw-r--r--cgit-doc.css3
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;
+}