From 350b3e35109171f0edd6fe9d697b91d5e76561f9 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 6 Feb 2022 03:01:17 +0000 Subject: CTAN sync 202202060301 --- support/TeX4ht/source/ChangeLog | 5 +++++ support/TeX4ht/source/tex4ht-html4.tex | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'support') diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog index 66b22e95bd..ef58933f0c 100644 --- a/support/TeX4ht/source/ChangeLog +++ b/support/TeX4ht/source/ChangeLog @@ -1,3 +1,8 @@ +2022-02-04 Michal Hoftich + + * tex4ht-html4.tex (html4.4ht): use CSS grid for Enumitem lists. + https://tex.stackexchange.com/a/632681/2891 + 2022-02-03 Michal Hoftich * tex4ht-html4.tex (html4.4ht): fixed support for vertical rules in diff --git a/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex index 999d8887a1..5df537074c 100644 --- a/support/TeX4ht/source/tex4ht-html4.tex +++ b/support/TeX4ht/source/tex4ht-html4.tex @@ -1,4 +1,4 @@ -% $Id: tex4ht-html4.tex 1071 2022-02-03 14:27:43Z michal_h21 $ +% $Id: tex4ht-html4.tex 1072 2022-02-04 14:15:32Z michal_h21 $ % Compile 4 times: latex tex4ht-html4 % Copy html4.4ht into the work directory before all but the last compilation. % @@ -16475,8 +16475,7 @@ Blue = 1-minimum(1,Yellow *(1-Black)+Black) {\end:itm \global\def\end:itm{\EndP\Tg}\HCode{
}\bgroup \bf} {\egroup\EndP\HCode{
}} -\Css{dt.enumerate-enumitem{float:left; clear:left; - margin-left:1em; margin-right:1em;}} +\Css{dl.enumerate-enumitem{display:grid; grid-template-columns: 3ch 1fr;}} >>> -- cgit v1.2.3