]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Backport to generate_contributions.py
[lyx.git] / lib / layouts / stdlists.inc
index 07a9f8cc9f2f772a1fc6a36c3f8d29bde01eb3eb..fc9e453c6bad1d12f84905ba8780e89bcee823df 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 30
+Format 34
 
 Style Itemize
        Category              List
@@ -121,8 +121,12 @@ Style Labeling
                ol.lyxlist {
                        list-style-type: none;
                }
+               li.labeling_item {
+                       text-indent: -5em;
+                       margin-left: 5em;
+               }
                span.lyxlist {
-                       margin-right: 3em;
+                       margin-right: 1em;
                }
        EndHTMLStyle
 End