Update CSS for Standard layout in Memoir.

(cherry picked from commit e05c91083f)
This commit is contained in:
Richard Heck 2017-10-16 20:57:04 -04:00
parent 979c96aa4f
commit 6247de2629

View File

@ -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