[FIX] odoo_theme: add bottom margin to inner lists

closes odoo/documentation#7730

X-original-commit: 1200df1ec8
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
Sam Lieber (sali) 2024-01-22 15:42:49 -05:00
parent 262ecf4ed3
commit 65935fdd3a

View File

@ -598,21 +598,14 @@ ol.upperroman {
// margin-bottom: 0px;
// }
ol.simple ol p,
ol.simple ul p,
ul.simple ol p,
ul.simple ul p {
margin-top: 0;
}
.simple {
p {
margin-bottom: 0;
}
ol.simple > li:not(:first-child) > p,
ul.simple > li:not(:first-child) > p {
margin-top: 0;
}
ol.simple p,
ul.simple p {
margin-bottom: 0;
li > & {
margin-bottom: 1em;
}
}
dl.footnote > dt,