summaryrefslogtreecommitdiffstats
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
commitad2be0f50980d3f8e7c4335309dba96df1ec26cc (patch)
treecad07ebd96a0086dfde34f0b70db90bd13e89b5d /example.style.css
parent9dbf33f402f3c39d595cd5f42b83734aacf35ac4 (diff)
downloadmandoc-ad2be0f50980d3f8e7c4335309dba96df1ec26cc.tar.gz
Further tweaks for output consistency.
Diffstat (limited to 'example.style.css')
-rw-r--r--example.style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/example.style.css b/example.style.css
index 279af304..08cccd2e 100644
--- a/example.style.css
+++ b/example.style.css
@@ -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). */