CSS: Fix alignment on list with custom bullets.

This commit is contained in:
Pablo Vazquez 2018-11-16 20:17:54 +01:00
parent 411b15b1a0
commit ed35c54361

View File

@ -351,14 +351,17 @@
=list-bullets =list-bullets
ul ul
padding-left: 20px padding-left: 25px
list-style: none list-style: none
li
position: relative
li:before li:before
content: '·' content: '·'
font-weight: 400 font-weight: 400
position: relative left: -20px
left: -10px position: absolute
=node-details-description =node-details-description
@ -435,7 +438,6 @@
ul ul
margin-bottom: 25px margin-bottom: 25px
padding-left: 40px
li li
margin-bottom: 7px margin-bottom: 7px