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 e116579 commit 1200df1Copy full SHA for 1200df1
extensions/odoo_theme/static/scss/_sphinx_basic.scss
@@ -598,21 +598,14 @@ 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
+.simple {
+ p {
+ margin-bottom: 0;
+ }
612
613
-ol.simple p,
614
-ul.simple p {
615
- margin-bottom: 0;
+ li > & {
+ margin-bottom: 1em;
616
}
617
618
dl.footnote > dt,
0 commit comments