CSS for InsetBibitem.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32298 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2009-12-03 20:13:17 +00:00
parent 95fedfe642
commit 99f296e360

View File

@ -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