diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-10 08:05:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-02-10 08:05:30 +0000 |
commit | 44bb345d393482ec2f7e3ae9fa666129767f0d6f (patch) | |
tree | ef16d9a1aff8aff251fa12885bcc4691ac71af5d /example.style.css | |
parent | 1874040926dffdcbabb70003b9c49ea82d64a5b7 (diff) | |
download | mandoc-44bb345d393482ec2f7e3ae9fa666129767f0d6f.tar.gz |
trim trailing white space, no code change;
from Svyatoslav Mishyn <juef at openmailboxd dot org>, Crux Linux
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/example.style.css b/example.style.css index 910eab95..836eca1b 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: 102ex; - width: 102ex; +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). */ @@ -39,7 +39,7 @@ div.mandoc .lit { font-style: normal; font-weight: normal; font-family: monosp div.mandoc i.addr { font-weight: normal; } /* Address (Ad). */ div.mandoc i.arg { font-weight: normal; } /* Command argument (Ar). */ div.mandoc span.author { } /* Author name (An). */ -div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */ +div.mandoc b.cmd { font-style: normal; } /* Command (Cm). */ div.mandoc b.config { font-style: normal; } /* Config statement (Cd). */ div.mandoc span.define { } /* Defines (Dv). */ div.mandoc span.desc { } /* Nd. After em-dash. */ |