]> git.lyx.org Git - features.git/commitdiff
Improve the XHTML display of Labeling a bit.
authorRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:42:04 +0000 (21:42 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 2 Dec 2010 21:42:04 +0000 (21:42 +0000)
I don't see any reasonable way to make this look the way it does in LyX.
Anyone else have an idea? (Tables are definitely out here.)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36669 a592a061-630c-0410-9148-cb99ea01b6c8

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