From: Richard Heck Date: Thu, 2 Dec 2010 21:42:04 +0000 (+0000) Subject: Improve the XHTML display of Labeling a bit. X-Git-Tag: 2.0.0~1552 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ac67d37f757e5bf90ae77c54a98446a9d1122487;p=features.git Improve the XHTML display of Labeling a bit. 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 --- diff --git a/lib/layouts/stdlists.inc b/lib/layouts/stdlists.inc index 07a9f8cc9f..dabed08b87 100644 --- a/lib/layouts/stdlists.inc +++ b/lib/layouts/stdlists.inc @@ -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