]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
whitespace
[lyx.git] / lib / layouts / stdlists.inc
index aa04bf4172daea25768668936f19742c0b8b5589..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 28
+Format 35
 
 Style Itemize
        Category              List
@@ -85,7 +84,7 @@ Style Description
 End
 
 
-Style List
+Style Labeling
        Category              List
        Margin                Manual
        LatexType             List_Environment
@@ -121,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