[tex4ht-commits] [SCM] tex4ht updated: r1379 - trunk/lit
Michal Hoftich
INVALID.NOREPLY at gnu.org.ua
Mon Oct 9 13:56:53 CEST 2023
Author: michal_h21
Date: 2023-10-09 11:56:53 +0000 (Mon, 09 Oct 2023)
New Revision: 1379
Modified:
trunk/lit/ChangeLog
trunk/lit/tex4ht-html5.tex
Log:
fixed size of starred sections
Modified: trunk/lit/ChangeLog
===================================================================
--- trunk/lit/ChangeLog 2023-10-09 11:33:14 UTC (rev 1378)
+++ trunk/lit/ChangeLog 2023-10-09 11:56:53 UTC (rev 1379)
@@ -1,5 +1,8 @@
2023-10-09 Michal Hoftich <michal.h21 at gmail.com>
+ * tex4ht-html5.tex (html5.4ht): fixed CSS selector for setting size
+ of starred section titles.
+
* tex4ht-html4.tex (html4.4ht): removed spurious spaces from TOCs,
simplified their formatting using CSS.
https://puszcza.gnu.org.ua/bugs/?605
Modified: trunk/lit/tex4ht-html5.tex
===================================================================
--- trunk/lit/tex4ht-html5.tex 2023-10-09 11:33:14 UTC (rev 1378)
+++ trunk/lit/tex4ht-html5.tex 2023-10-09 11:56:53 UTC (rev 1379)
@@ -93,11 +93,11 @@
max-width:none
}
}}
-\Css{.partHead, likepartHead { font-size: 2em; }}
-\Css{.chapterHead, likechapterHead { font-size: 1.7411em; }}
-\Css{.sectionHead, likesectionHead { font-size: 1.5157em; }}
-\Css{.subsectionHead, likesubsectionHead { font-size: 1.3195em; }}
-\Css{.subsubsectionHead, likesubsubsectionHead { font-size: 1.1487em; }}
+\Css{.partHead, .likepartHead { font-size: 2em; }}
+\Css{.chapterHead, .likechapterHead { font-size: 1.7411em; }}
+\Css{.sectionHead, .likesectionHead { font-size: 1.5157em; }}
+\Css{.subsectionHead, .likesubsectionHead { font-size: 1.3195em; }}
+\Css{.subsubsectionHead, .likesubsubsectionHead { font-size: 1.1487em; }}
\Css{
@media (prefers-color-scheme: dark) {
More information about the tex4ht-commits
mailing list.