]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
More translation strings.
[lyx.git] / lib / layouts / stdstruct.inc
index 875f263ac3ff01b019b9054cfbef284853206eac..b5fbdeadc3e6c7e09c35757dc7e4a5f16a09f27f 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 26
+Format 34
 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