[tex4ht-commits] [SCM] tex4ht updated: r986 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Sun Sep 26 20:06:30 CEST 2021
Author: michal_h21
Date: 2021-09-26 18:06:30 +0000 (Sun, 26 Sep 2021)
New Revision: 986
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html4.tex
Log:
Draw lines for \hline in tables using CSS
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2021-09-23 09:09:24 UTC (rev 985)
+++ trunk/lit/ChangeLog 2021-09-26 18:06:30 UTC (rev 986)
@@ -1,3 +1,8 @@
+2021-09-26 Michal Hoftich <michal.h21 at gmail.com>
+
+ * tex4ht-html4.tex (html4.4ht): draw table lines in \hline using CSS.
+ https://puszcza.gnu.org.ua/bugs/?528
+
2021-09-23 Michal Hoftich <michal.h21 at gmail.com>
* tex4ht-html4.tex (html4.4ht): removed invalid CSS declaration.
Modified: trunk/lit/tex4ht-html4.tex
===================================================================
--- trunk/lit/tex4ht-html4.tex 2021-09-23 09:09:24 UTC (rev 985)
+++ trunk/lit/tex4ht-html4.tex 2021-09-26 18:06:30 UTC (rev 986)
@@ -7643,6 +7643,7 @@
\Css{.hline hr, .cline hr{ height : 0px; margin:0px; }}
\Css{.hline td, .cline td{ padding: 0; }}
\Css{.hline hr, .cline hr{border:none;border-top:1px solid black;}}
+\Css{.hline {border-top: 1px solid black;}}
>>>
When \verb'\putVBorder' is call in \verb'\VBorder'
More information about the tex4ht-commits
mailing list.