]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Reference prefixes for enumerations.
[lyx.git] / lib / layouts / stdstruct.inc
index 5c613919983e6d7467c9389ddfae84df22c50f08..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,6 +57,12 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
-       HTMLTag               p
-       HTMLAttr              class='bibliography'
+       HTMLStyle
+               div.bibliography {
+                       margin-left: 2em;
+                       text-indent: -2em;
+               }
+               span.bibitemlabel:before { content: "["; }
+               span.bibitemlabel:after { content: "] "; }
+       EndHTMLStyle
 End