]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Customization updates
[lyx.git] / lib / layouts / stdstruct.inc
index 39893e15b79da76a14a09e13727b111d3d4645b3..d3b2df65d91a4acce5a8dcf8b390644de3e8c00e 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 25
+Format 28
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -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