]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdlists.inc
Improve the XHTML display of Labeling a bit.
[features.git] / lib / layouts / stdlists.inc
index 07a9f8cc9f2f772a1fc6a36c3f8d29bde01eb3eb..dabed08b878e583d8b0f5f54c0e366da36da034a 100644 (file)
@@ -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