summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-12 22:01:13 +0000
committerKarl Berry <karl@freefriends.org>2021-06-12 22:01:13 +0000
commitbdec76c718a49ea663ffccad8cf864fb396a63d6 (patch)
tree7e12b6a661271c06bc68be5ccf21309e39d5ba36 /Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
parent7733c471ba5c293660e25c0f9d6cead156ef1c0e (diff)
\item vertical spacing (tex4ht r946), scrlayer support (tex4ht r947)
git-svn-id: svn://tug.org/texlive/trunk@59567 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex')
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 9bf0a4bcab7..62591b9ef95 100644
--- a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
+++ b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
@@ -1,4 +1,4 @@
-% $Id: tex4ht-html4.tex 944 2021-06-03 09:29:05Z michal_h21 $
+% $Id: tex4ht-html4.tex 946 2021-06-12 09:15:22Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -2805,7 +2805,10 @@ such a case, we don't have proper nestings of environments.
\<configure html4 latex\><<<
\Css{li p.indent { text-indent: 0em }}
\Css{li p:first-child{ margin-top:0em; }}
+\Css{li p:first-child{ margin-bottom; }}
\Css{li p:last-child, li div:last-child { margin-bottom:0.5em; }}
+% fix for <li> with only one paragraph
+\Css{li p:first-child{ margin-bottom:0; }}
\Css{li p\string ~ul:last-child,
li p\string ~ol:last-child{ margin-bottom:0.5em; }}
>>>