]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Backport to generate_contributions.py
[lyx.git] / lib / layouts / stdlists.inc
index ad26c0f5f604f43ccc027765b17787e688819a83..fc9e453c6bad1d12f84905ba8780e89bcee823df 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 27
+Format 34
 
 Style Itemize
        Category              List
@@ -85,7 +85,7 @@ Style Description
 End
 
 
-Style List
+Style Labeling
        Category              List
        Margin                Manual
        LatexType             List_Environment
@@ -121,8 +121,17 @@ Style List
                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
+
+
+Style List
+  Obsoletedby           Labeling
+End