Hello,
I'm using unordered lists and realised that they are flush with the left margin, not indented.
Just making sure this is correct behaviour please?
[img] [/img]
http://bit.ly/1qZ3a6X
Kind regards
Drew
.itemBody > ul > li:before, .itemBody > div > ul > li:before, .itemBody > ul > li:before, .itemBody > div > ul > li:before, .itemBody > ul.gkBullet1 > li:before, .itemBody > div > ul.gkBullet1 > li:before, .itemBody > ul.gkBullet2 > li:before, .itemBody > div > ul.gkBullet2 > li:before, .itemBody > ul.gkBullet3 > li:before, .itemBody > div > ul.gkBullet3 > li:before, .itemBody > ul.gkBullet4 > li:before, .itemBody > div > ul.gkBullet4 > li:before, ul.gkBullet1 li:before, ul.gkBullet2 li:before, ul.gkBullet3 li:before, ul.gkBullet4 li:before {
left: 10px;
}
.itemBody > ul > li, .itemBody > div > ul > li {
padding-left: 40px;
}
.itemBody > ul, .itemBody > div > ul, ul.gkBullet1, ul.gkBullet2, ul.gkBullet3, ul.gkBullet4 {
margin: 12px 0;
}