View Single Post
  #5  
Old 06-12-2010, 11:23 AM
 
imsonny@gmail.com imsonny@gmail.com is offline
 

Newbie
  
Join Date: May 2009
Posts: 1
 

Default Re: Bullet points not showing

Quote:
Originally Posted by Tal
It's in the css.

You'll need to add the following to the li element for bullets:
Code:
list-style-type: circle;

ol,ul{list-style:bullet;} in the main.css
__________________
sh
Reply With Quote