mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
95fedfe642
commit
99f296e360
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user