The bullets and formats dont seem to work in gk postnote (latest version 2.0.14). The ordered list however works fine (numbers and alpha). I added the following to the override css file but still no work...
- Code: Select all
/* Put your own CSS rules here */
#component ul li {
list-style: disc inside none;
margin-left: 25px;
}
#component ul li li {
list-style: circle inside none;
margin-left: 25px;
}
#component ul li li li {
list-style: square inside none;
margin-left: 25px;
}
Can somebody help me on the way? Check attachment on how it shows on my page now...
Thank you.