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
ul
padding-left: 20px
padding-left: 25px
list-style: none
li
position: relative
li:before
content: '·'
font-weight: 400
position: relative
left: -10px
left: -20px
position: absolute
=node-details-description
@ -435,7 +438,6 @@
ul
margin-bottom: 25px
padding-left: 40px
li
margin-bottom: 7px