mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Add CSS styling for memoir epigraphs.
This commit is contained in:
parent
912382e2be
commit
a3c0431b43
@ -126,6 +126,14 @@ Style Epigraph
|
||||
BottomSep 1.5
|
||||
ParSep 1.5
|
||||
Align Left
|
||||
HTMLStyle
|
||||
div.epigraph {
|
||||
float: right;
|
||||
width: 33%;
|
||||
font-size: small;
|
||||
margin: 0.5em 0em 0.5em 1em;
|
||||
}
|
||||
EndHTMLStyle
|
||||
End
|
||||
|
||||
#FIXME: what is actually documented is \PoemTitle
|
||||
|
@ -32,6 +32,8 @@ What's new
|
||||
|
||||
- Output BibTeX metadata in LyXHTML output (bug 8451).
|
||||
|
||||
- Added CSS styling for Memoir's epigraphs (bug 8611).
|
||||
|
||||
|
||||
* TEX2LYX IMPROVEMENTS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user