I have an issue that I can't work out...
On this page...
http://176.32.230.22/dubai-bites.com/index.php?option=com_easyblog&view=entry&id=54&Itemid=781
There is a block1 div, with unordered list style 1 in it and then below the div the same UL
But the bullets aren't displaying at all.
Firebug shows the css as..
- Code: Select all
ul.gkBullet1 li:before {
color: #222222;
content: "";
}
Even if i substitute a 'normal' character it still doesn't display. Can anyone shed some light on this for me?