summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/ChangeLog4
-rw-r--r--Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex3
-rw-r--r--Master/texmf-dist/tex/generic/tex4ht/html4.4ht5
3 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/generic/tex4ht/ChangeLog b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
index 0d7635ed262..926216fe58e 100644
--- a/Master/texmf-dist/source/generic/tex4ht/ChangeLog
+++ b/Master/texmf-dist/source/generic/tex4ht/ChangeLog
@@ -1,3 +1,7 @@
+2021-09-23 Michal Hoftich <michal.h21@gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): removed invalid CSS declaration.
+
2021-09-22 Michal Hoftich <michal.h21@gmail.com>
* tex4ht-4ht.tex (spanish.4ht): fix for clash between Spanish Babel and
diff --git a/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex b/Master/texmf-dist/source/generic/tex4ht/tex4ht-html4.tex
index 5dfb67b428f..75351d079ee 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 982 2021-09-17 12:20:37Z michal_h21 $
+% $Id: tex4ht-html4.tex 985 2021-09-23 09:09:24Z michal_h21 $
% Compile 4 times: latex tex4ht-html4
% Copy html4.4ht into the work directory before all but the last compilation.
%
@@ -2805,7 +2805,6 @@ 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; }}
diff --git a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
index 5e391f1c08c..d98e6f30eba 100644
--- a/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
+++ b/Master/texmf-dist/tex/generic/tex4ht/html4.4ht
@@ -1,4 +1,4 @@
-% html4.4ht (2021-09-17-15:30), generated from tex4ht-html4.tex
+% html4.4ht (2021-09-23-13:52), generated from tex4ht-html4.tex
% Copyright 2009-2021 TeX Users Group
% Copyright 1997-2009 Eitan M. Gurari
%
@@ -17,7 +17,7 @@
%
% If you modify this program, changing the
% version identification would be appreciated.
-\immediate\write-1{version 2021-09-17-15:30}
+\immediate\write-1{version 2021-09-23-13:52}
\exit:ifnot{8859-6,%
CJK,%
@@ -1386,7 +1386,6 @@ switches of tex4ht.c)
{\HCode{<br />}} {}
\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; }}