]> git.lyx.org Git - features.git/commitdiff
Fix bug #10556.
authorRichard Heck <rgheck@lyx.org>
Tue, 17 Oct 2017 00:57:04 +0000 (20:57 -0400)
committerRichard Heck <rgheck@lyx.org>
Tue, 17 Oct 2017 00:57:04 +0000 (20:57 -0400)
Update CSS for Standard layout.

lib/layouts/memoir.layout

index e198cbbb91eb64ec43972a3f65b8a3d3feba73bc..63bca2651512cdfeceab4d96069eb3140b01a122 100644 (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