The branch, master, has been updated. - Log -----------------------------------------------------------------
commit a85a3135fb878fe614e22eb01c7e43463c215fd6 Author: Richard Heck <rgh...@lyx.org> Date: Wed Mar 27 14:01:01 2013 -0400 Style Memoir epigraphs. diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index 9064d81..28b6903 100644 --- a/lib/layouts/memoir.layout +++ b/lib/layouts/memoir.layout @@ -187,6 +187,14 @@ Style Epigraph Tooltip "The source/author of this epigraph" Mandatory 1 EndArgument + HTMLStyle + div.epigraph { + float: right; + width: 33%; + font-size: small; + margin: 0.5em 0em 0.5em 1em; + } + EndHTMLStyle End Style Poemtitle ----------------------------------------------------------------------- Summary of changes: lib/layouts/memoir.layout | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) hooks/post-receive -- The LyX Source Repository