From 99f296e360a63e76020fc2b3b8341706da7b4367 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Thu, 3 Dec 2009 20:13:17 +0000 Subject: [PATCH] CSS for InsetBibitem. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32298 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/layouts/stdstruct.inc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/lib/layouts/stdstruct.inc b/lib/layouts/stdstruct.inc index c5b6fb98c1..ca5294307d 100644 --- a/lib/layouts/stdstruct.inc +++ b/lib/layouts/stdstruct.inc @@ -57,7 +57,12 @@ Style Bibliography Series Bold Size Larger EndFont - HTMLTag div - HTMLItem p -# FIXME HTML We should have some CSS here to format the items as hanging. + HTMLStyle + div.bibliography { + margin-left: 2em; + text-indent: -2em; + } + span.bibitemlabel:before { content: "["; } + span.bibitemlabel:after { content: "] "; } + EndHTMLStyle End -- 2.39.2