The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit a3c0431b43e884f566a87886864e046e3b8aa6a5 Author: Richard Heck <rgh...@lyx.org> Date: Wed Mar 27 14:05:16 2013 -0400 Add CSS styling for memoir epigraphs. diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index f02ae24..938cb26 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 302c4d1..72b7835 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 ----------------------------------------------------------------------- Summary of changes: lib/layouts/memoir.layout | 8 ++++++++ status.20x | 2 ++ 2 files changed, 10 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository