From 6247de26293d72fb14c5d4a21bb358d673934aeb Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 16 Oct 2017 20:57:04 -0400 Subject: [PATCH] Fix bug #10556. Update CSS for Standard layout in Memoir. (cherry picked from commit e05c91083fa69a2912328bb382c928d18f0f6e1a) --- lib/layouts/memoir.layout | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout index e198cbbb91..63bca26515 100644 --- a/lib/layouts/memoir.layout +++ b/lib/layouts/memoir.layout @@ -39,6 +39,12 @@ Style Standard Align Block AlignPossible Block, Left, Right, Center LabelType No_Label + HTMLStyle + div.standard { + margin-bottom: 2ex; + text-align: left; + } + EndHTMLStyle End -- 2.39.5