]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
new module and example file for chemical risk and safety statements; requires the...
[lyx.git] / lib / layouts / stdstruct.inc
index 39893e15b79da76a14a09e13727b111d3d4645b3..1aa010f0afd0dfed7627de6d71abefad28b47378 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 25
+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,6 +33,20 @@ Style Abstract
          Series              Bold
          Size                Large
        EndFont
+       HTMLLabelFirst        1
+       HTMLForceCSS          1
+       HTMLStyle
+               div.abstract {
+                       margin: 4ex;
+               }
+               div.abstract_item {
+                       font-size: small;
+                       padding-top: 1ex;
+               }
+               div.abstract_label {
+                       font-weight: bold;
+               }
+       EndHTMLStyle
 End