commit e05c91083fa69a2912328bb382c928d18f0f6e1a
Author: Richard Heck <[email protected]>
Date: Mon Oct 16 20:57:04 2017 -0400
Fix bug #10556.
Update CSS for Standard layout.
---
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