]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Fix several layout related problems revealed by -dbg tclass.
[lyx.git] / lib / layouts / stdlists.inc
index 8b1b4cdec49b65e65c0ecbbcdfeeb2d4f1ebbf9b..dad3485bfa62ffc8d3eb21fc798e66736adfadae 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 19
+Format 31
 
 Style Itemize
        Category              List
@@ -51,6 +51,7 @@ Style Enumerate
        HTMLTag               ol
        HTMLItem              li
        HTMLLabel             NONE
+       RefPrefix             enu
 End
 
 Style Description
@@ -84,7 +85,7 @@ Style Description
 End
 
 
-Style List
+Style Labeling
        Category              List
        Margin                Manual
        LatexType             List_Environment
@@ -120,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