]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Reference prefixes for enumerations.
[lyx.git] / lib / layouts / stdstruct.inc
index 28197760c15441fb55ba9405be0db10754f0e260..672c73778dd2b795069014559ff84dcefefebc52 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 11
+Format 27
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -57,4 +57,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