diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-14 16:06:44 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-14 16:06:44 +0000 |
commit | e1926dad13331d995f227c3347ddcedb77fe1688 (patch) | |
tree | 4f0a6aa4402df6b45dfc6165b8bbdb19b17e17c6 /mandoc_html.3 | |
parent | 0a3fdda2fdfc6e87b86c158cca5f54f59f302ddf (diff) | |
download | mandoc-e1926dad13331d995f227c3347ddcedb77fe1688.tar.gz |
Handle .Bl -compact via CSS rather than writing individual style
attributes into .It blocks; suggested by Steffen Nurpmeso <steffen
at sdaoden dot eu> on <groff at GNU dot org> in April 2017.
Delete margin-bottom and margin-top style names and the 'v' argument
letter from print_otag() because they are no longer used.
Diffstat (limited to 'mandoc_html.3')
-rw-r--r-- | mandoc_html.3 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/mandoc_html.3 b/mandoc_html.3 index ee0f8bc6..d7c3f45a 100644 --- a/mandoc_html.3 +++ b/mandoc_html.3 @@ -219,11 +219,6 @@ argument, used as a style value. Requires one .Vt struct roffsu * argument, used as a length. -.It Cm v -Requires one -.Vt int -argument, interpreted as a vertical length in units of -.Dv SCALE_VS . .It Cm w Requires one .Vt char * @@ -249,10 +244,6 @@ makes the width negative by multiplying it with \-1. .Pp Style name letters decide what to do with the preceding argument: .Bl -tag -width 1n -offset indent -.It Cm b -Set -.Cm margin-bottom -to the given length. .It Cm h Set .Cm height @@ -265,10 +256,6 @@ to the given length. Set .Cm margin-left to the given length. -.It Cm t -Set -.Cm margin-top -to the given length. .It Cm w Set .Cm width |