Skip to content

Commit d195a1a

Browse files
committed
[FIX][CSS]: ul ol sub-bullet margins
1 parent 99f27cb commit d195a1a

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

extensions/odoo_theme/static/scss/_sphinx_basic.scss

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -598,20 +598,9 @@ ol.upperroman {
598598
// margin-bottom: 0px;
599599
// }
600600

601-
ol.simple ol p,
602-
ol.simple ul p,
603-
ul.simple ol p,
604-
ul.simple ul p {
601+
ol.simple > li:not(:last-child) > p,
602+
ul.simple > li:not(:last-child) > p {
605603
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 {
615604
margin-bottom: 0;
616605
}
617606

0 commit comments

Comments
 (0)