From: Richard Heck Date: Tue, 17 Oct 2017 00:57:04 +0000 (-0400) Subject: Fix bug #10556. X-Git-Tag: 2.3.0rc1~17 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6247de26293d72fb14c5d4a21bb358d673934aeb;p=features.git Fix bug #10556. Update CSS for Standard layout in Memoir. (cherry picked from commit e05c91083fa69a2912328bb382c928d18f0f6e1a) --- 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