]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdstruct.inc
Paragraph ndentation doesn't work well after quotations and the like.
[lyx.git] / lib / layouts / stdstruct.inc
index c5b6fb98c1216c1718976b39ab209fd9dc5415df..40ce26d23a912a4d436d7b73d71f5f003e4e7e76 100644 (file)
@@ -8,7 +8,7 @@
 # a document, like abstract, bibliography and such.
 
 
-Format 11
+Format 19
 Style Abstract
        Margin                Static
        LatexType             Environment
@@ -57,7 +57,12 @@ Style Bibliography
          Series              Bold
          Size                Larger
        EndFont
-       HTMLTag               div
-       HTMLItem              p
-# FIXME HTML We should have some CSS here to format the items as hanging.
+       HTMLStyle
+               div.bibliography {
+                       margin-left: 2em;
+                       text-indent: -2em;
+               }
+               span.bibitemlabel:before { content: "["; }
+               span.bibitemlabel:after { content: "] "; }
+       EndHTMLStyle
 End