]> git.lyx.org Git - features.git/blobdiff - lib/layouts/stdlists.inc
Now we can restore the old (and better) behavior of descriptions.
[features.git] / lib / layouts / stdlists.inc
index cfa828252f4fd7a2dfb4c90aa98a0b05fc06d6b5..1cbf2cb94dc997c5e7c275f86fe62cfcbf13f36e 100644 (file)
@@ -71,10 +71,14 @@ Style Description
        LabelFont
          Series              Bold
        EndFont
-       HTMLTag               ol
-       HTMLItem              li
-       HTMLLabel             span
-       HTMLLabelAttr         class='desc'
+       HTMLTag               dl
+       HTMLAttr              class='description'
+       HTMLItem              dd
+       HTMLLabel             dt
+       HTMLLabelFirst        1
+       HTMLStyle
+               dl.description dt { font-weight: bold; }
+       EndHTMLStyle
 End