From ac67d37f757e5bf90ae77c54a98446a9d1122487 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 2 Dec 2010 21:42:04 +0000 Subject: [PATCH] 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 --- lib/layouts/stdlists.inc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2