]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/stdlists.inc
Move RevTeX section in Additional.lyx into Chapter 3 Document classes
[lyx.git] / lib / layouts / stdlists.inc
index 1e8319844f9f32046499d48d5ce5f3181d552f89..041440c1143bd05a5baf5d5adc59b4c48f2bc36d 100644 (file)
@@ -6,7 +6,7 @@
 # This include files contains various standard environments for lists.
 
 
-Format 97
+Format 98
 
 Input stdlyxlist.inc
 
@@ -89,10 +89,10 @@ Style Enumerate
        DocBookItemTag        listitem
        DocBookItemInnerTag   para
        HTMLStyle
-               ol.lyxenumi   { list-style-type: decimal; }
-               ol.lyxenumii  { list-style-type: lower-latin; }
-               ol.lyxenumiii { list-style-type: lower-roman; }
-               ol.lyxenumiv  { list-style-type: upper-latin; }
+               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