]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
stdstarsections.inc, tufte-handout.layout: whitespace
[lyx.git] / lib / layouts / stdstruct.inc
index 3237dd8b64d3172bc5231078bc8d46f2a2281322..1aa010f0afd0dfed7627de6d71abefad28b47378 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 27
+Format 35
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -25,7 +25,7 @@ Style Abstract
        Align                 Block
        LabelType             Centered_Top_Environment
        LabelString           "Abstract"
-       LabelBottomSep    0.5
+       LabelBottomSep        0.5
        Font
          Size                Small
        EndFont
@@ -33,19 +33,18 @@ Style Abstract
          Series              Bold
          Size                Large
        EndFont
-       HTMLLabel             div
        HTMLLabelFirst        1
+       HTMLForceCSS          1
        HTMLStyle
                div.abstract {
-                       margin-top: 1em;
-                       margin-bottom: 1em;
+                       margin: 4ex;
                }
                div.abstract_item {
                        font-size: small;
                        padding-top: 1ex;
                }
                div.abstract_label {
-                       font-weight: bold;      
+                       font-weight: bold;
                }
        EndHTMLStyle
 End