[FIX] odoo_theme: add bottom margin to inner lists
closes odoo/documentation#7725
X-original-commit: 1200df1ec8
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
parent
5cb6991dd5
commit
8a7a98249d
@ -598,23 +598,16 @@ ol.upperroman {
|
|||||||
// margin-bottom: 0px;
|
// margin-bottom: 0px;
|
||||||
// }
|
// }
|
||||||
|
|
||||||
ol.simple ol p,
|
.simple {
|
||||||
ol.simple ul p,
|
p {
|
||||||
ul.simple ol p,
|
|
||||||
ul.simple ul p {
|
|
||||||
margin-top: 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;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
li > & {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
dl.footnote > dt,
|
dl.footnote > dt,
|
||||||
dl.citation > dt {
|
dl.citation > dt {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user