summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-09-24 03:01:47 +0000
committerNorbert Preining <norbert@preining.info>2021-09-24 03:01:47 +0000
commit5d714d9476cbb90b125ff14a9d764ad90bb7c2ed (patch)
treeb426e6a4c96fc80fefa171542b39fd4725b7aea2 /support
parenta26e6aee249adb0efff5d0eecaa2dfb8794585a5 (diff)
CTAN sync 202109240301
Diffstat (limited to 'support')
-rw-r--r--support/TeX4ht/source/ChangeLog4
-rw-r--r--support/TeX4ht/source/tex4ht-html4.tex3
2 files changed, 5 insertions, 2 deletions
diff --git a/support/TeX4ht/source/ChangeLog b/support/TeX4ht/source/ChangeLog
index 0d7635ed26..926216fe58 100644
--- a/support/TeX4ht/source/ChangeLog
+++ b/support/TeX4ht/source/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/support/TeX4ht/source/tex4ht-html4.tex b/support/TeX4ht/source/tex4ht-html4.tex
index 5dfb67b428..75351d079e 100644
--- a/support/TeX4ht/source/tex4ht-html4.tex
+++ b/support/TeX4ht/source/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; }}