]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Customization updates
[lyx.git] / lib / layouts / stdstruct.inc
index 28197760c15441fb55ba9405be0db10754f0e260..d3b2df65d91a4acce5a8dcf8b390644de3e8c00e 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 11
+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
 
 
@@ -57,4 +71,12 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
+       HTMLStyle
+               div.bibliography {
+                       margin-left: 2em;
+                       text-indent: -2em;
+               }
+               span.bibitemlabel:before { content: "["; }
+               span.bibitemlabel:after { content: "] "; }
+       EndHTMLStyle
 End