commit 6247de26293d72fb14c5d4a21bb358d673934aeb
Author: Richard Heck <rgh...@lyx.org>
Date:   Mon Oct 16 20:57:04 2017 -0400

    Fix bug #10556.
    
    Update CSS for Standard layout in Memoir.
    
    (cherry picked from commit e05c91083fa69a2912328bb382c928d18f0f6e1a)
---
 lib/layouts/memoir.layout |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/lib/layouts/memoir.layout b/lib/layouts/memoir.layout
index e198cbb..63bca26 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
 
 

Reply via email to