]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/apa.layout
Fix bug #11410.
[lyx.git] / lib / layouts / apa.layout
index 434a882d4818b520da80815f2268ff5846d89f88..57af913dce4162189b4a7c5bc38842b44b36a6ad 100644 (file)
@@ -3,7 +3,7 @@
 #  \DeclareCategory{Articles}
 # Author: Randy Gobbel <gobbel@andrew.cmu.edu>
 
-Format 90
+Format 97
 Columns                 1
 Sides                   1
 PageStyle               Headers
@@ -459,6 +459,12 @@ Style Enumerate
        DocBookTag            orderedlist
        DocBookItemTag        listitem
        DocBookItemInnerTag   para
+       HTMLStyle
+               ol.enumi   { list-style-type: decimal; }
+               ol.enumii  { list-style-type: lower-latin; }
+               ol.enumiii { list-style-type: lower-roman; }
+               ol.enumiv  { list-style-type: upper-latin; }
+       EndHTMLStyle
 End