Add CSS styling for memoir epigraphs.

This commit is contained in:
Richard Heck 2013-03-27 14:05:16 -04:00
parent 912382e2be
commit a3c0431b43
2 changed files with 10 additions and 0 deletions

View File

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

View File

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