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 99f27cb commit d195a1aCopy full SHA for d195a1a
extensions/odoo_theme/static/scss/_sphinx_basic.scss
@@ -598,20 +598,9 @@ ol.upperroman {
598
// margin-bottom: 0px;
599
// }
600
601
-ol.simple ol p,
602
-ol.simple ul p,
603
-ul.simple ol p,
604
-ul.simple ul p {
+ol.simple > li:not(:last-child) > p,
+ul.simple > li:not(:last-child) > p {
605
margin-top: 0;
606
-}
607
-
608
-ol.simple > li:not(:first-child) > p,
609
-ul.simple > li:not(:first-child) > p {
610
- margin-top: 0;
611
612
613
-ol.simple p,
614
-ul.simple p {
615
margin-bottom: 0;
616
}
617
0 commit comments