]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
whitespace
[lyx.git] / lib / layouts / stdlists.inc
index 35be3b337cfa3baabccd0304f58cff563483f995..f0e8def3ee01643cf473c09327f088261c7a6c6b 100644 (file)
@@ -1,4 +1,3 @@
-
 # Standard textclass definition file. Taken from initial LyX source code
 # Author : Matthias Ettrich <ettrich@informatik.uni-tuebingen.de>
 # Transposed by Pascal AndrĂ© <andre@via.ecp.fr>
@@ -7,7 +6,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 16
+Format 35
 
 Style Itemize
        Category              List
@@ -51,6 +50,7 @@ Style Enumerate
        HTMLTag               ol
        HTMLItem              li
        HTMLLabel             NONE
+       RefPrefix             enu
 End
 
 Style Description
@@ -84,7 +84,7 @@ Style Description
 End
 
 
-Style List
+Style Labeling
        Category              List
        Margin                Manual
        LatexType             List_Environment
@@ -120,8 +120,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