grenoble-metropole-2019: restore lists properties on specific blocks (#38325)

This commit is contained in:
Serghei Mihai 2019-12-19 15:00:15 +01:00
parent 3947aad026
commit 04074b23b7
1 changed files with 8 additions and 4 deletions

View File

@ -83,10 +83,14 @@ div#columns > div {
div#main-content-wrapper {
z-index: 1;
margin-bottom: 5ex;
ol, ul {
list-style-type: initial;
margin: 1em auto;
padding-left: 40px;
div.textcell,
div.comment-field,
div.drafts-recall {
ol, ul {
list-style-type: initial;
margin: 1em auto;
padding-left: 40px;
}
}
}