diff --git a/doc/_support/styles/asciidoc-fixes.less b/doc/_support/styles/asciidoc-fixes.less index 5a6c3c51..81e7beb8 100644 --- a/doc/_support/styles/asciidoc-fixes.less +++ b/doc/_support/styles/asciidoc-fixes.less @@ -1,6 +1,6 @@ // Weird stuff fixes from the way asciidoc generates pages. -li > p:first-child:last-child { +li > p:first-of-type:last-of-type { margin: 0; }