commit e0db9a498b0631c3ec55f5390ea48dfc77514493
Author: Juergen Spitzmueller <[email protected]>
Date:   Mon Jul 28 11:07:08 2025 +0200

    Fix CSS definition of lyxlist (part of #13189)
---
 lib/layouts/stdlyxlist.inc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/lib/layouts/stdlyxlist.inc b/lib/layouts/stdlyxlist.inc
index 6c07f30692..65f7c995fc 100644
--- a/lib/layouts/stdlyxlist.inc
+++ b/lib/layouts/stdlyxlist.inc
@@ -45,13 +45,14 @@ Style Labeling
                        {\end{list}}
        EndPreamble
 
+       # See bug 13189, comment:35ff.
+       # for why we don't use negative text-indent
        HTMLStyle
                ol.lyxlist {
                        list-style-type: none;
                }
                li.labeling_item {
-                       text-indent: -5em;
-                       margin-left: 5em;
+                       text-indent: 5em hanging;
                }
                span.lyxlist {
                        margin-right: 1em;
-- 
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs

Reply via email to