summaryrefslogtreecommitdiffstats
path: root/example.style.css
diff options
context:
space:
mode:
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). */