We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc05338 commit 922019bCopy full SHA for 922019b
docs/_static/custom.css
@@ -410,7 +410,7 @@ div.viewcode-block:target {
410
}
411
412
/* Fix paragraphs in list items. */
413
-#main-content ol > li > p,
414
-#main-content ul > li > p {
415
- margin-bottom: 1em;
+#main-content ol > li > p:nth-child(n+2),
+#main-content ul > li > p:nth-child(n+2) {
+ margin-top: 1em;
416
0 commit comments