]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
forbid spellchecking in code layouts
[lyx.git] / lib / layouts / stdlists.inc
index 07a9f8cc9f2f772a1fc6a36c3f8d29bde01eb3eb..dad3485bfa62ffc8d3eb21fc798e66736adfadae 100644 (file)
@@ -7,7 +7,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 30
+Format 31
 
 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