From: Richard Heck Date: Wed, 27 Mar 2013 18:05:16 +0000 (-0400) Subject: Add CSS styling for memoir epigraphs. X-Git-Tag: 2.0.6~54 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a3c0431b43e884f566a87886864e046e3b8aa6a5;p=features.git Add CSS styling for memoir epigraphs. --- diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index f02ae24ba0..938cb26e28 100644 --- a/lib/layouts/memoir.layout +++ b/lib/layouts/memoir.layout @@ -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 diff --git a/status.20x b/status.20x index 302c4d1175..72b7835f43 100644 --- a/status.20x +++ b/status.20x @@ -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