]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
RJournal template and layout: move ERTs to layout
[lyx.git] / lib / layouts / stdstruct.inc
index 8c9eb2b60e3bde0790051eebb4d5592873bf6130..8f1c740d8d5b14efaee14ab3109a8592215c18e3 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 27
+Format 45
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -23,9 +23,9 @@ Style Abstract
        BottomSep             0.7
        ParSep                0
        Align                 Block
-       LabelType             Centered_Top_Environment
+       LabelType             Centered
        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: 2em;
-                       margin-bottom: 2em;
+                       margin: 4ex;
                }
                div.abstract_item {
                        font-size: small;
                        padding-top: 1ex;
                }
                div.abstract_label {
-                       font-weight: bold;      
+                       font-weight: bold;
                }
        EndHTMLStyle
 End