]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Fix output of formatted counters.
[lyx.git] / lib / layouts / stdstruct.inc
index 28197760c15441fb55ba9405be0db10754f0e260..7eb79c21b7eae3e00a7aa1e03f6433c34cb684cd 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 11
+Format 22
 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