aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/example.style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-12-15 12:18:57 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-12-15 12:18:57 +0000
commit2ff677f8601e7d4cb06367b3661d6ee2cdb27916 (patch)
treedbf4a375cbb3c337b452d4b6439ef320cede9d6e /example.style.css
parenta0c73e06c1c7ad5baf9bec429a737ad92919dba0 (diff)
downloadmandoc-2ff677f8601e7d4cb06367b3661d6ee2cdb27916.tar.gz
mandoc-2ff677f8601e7d4cb06367b3661d6ee2cdb27916.tar.zst
mandoc-2ff677f8601e7d4cb06367b3661d6ee2cdb27916.zip
Further tweaks for output consistency.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/example.style.css b/example.style.css
index d4886d07..660f4d13 100644
--- a/example.style.css
+++ b/example.style.css
@@ -1,4 +1,4 @@
-/* $Id: example.style.css,v 1.48 2011/12/15 12:05:19 kristaps Exp $ */
+/* $Id: example.style.css,v 1.49 2011/12/15 12:18:57 kristaps Exp $ */
/*
* This is an example style-sheet provided for mandoc(1) and the -Thtml
* or -Txhtml output mode.
@@ -6,8 +6,8 @@
* See mdoc(7) and man(7) for macro explanations.
*/
-div.mandoc { min-width: 100ex;
- width: 100ex;
+div.mandoc { min-width: 102ex;
+ width: 102ex;
font-family: monospace; } /* This is the outer node of all mandoc -T[x]html documents. */
div.mandoc h1 { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */
div.mandoc h2 { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */