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 5ea7d3a commit ecf4ea0Copy full SHA for ecf4ea0
extensions/odoo_theme/static/scss/_sphinx_basic.scss
@@ -598,23 +598,15 @@ 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 {
605
- margin-top: 0;
606
-}
607
-
608
-ol.simple > li:not(:first-child) > p,
609
-ul.simple > li:not(:first-child) > p {
610
611
612
613
ol.simple p,
614
ul.simple p {
615
margin-bottom: 0;
616
}
617
+li > .simple {
+ margin-bottom: 1em;
+}
+
618
dl.footnote > dt,
619
dl.citation > dt {
620
float: left;
@@ -902,4 +894,4 @@ div.math:hover a.headerlink {
902
894
#top-link {
903
895
display: none;
904
896
905
897
0 commit comments