Page is a not externally linkable
Paul_o_b - 9:47 pm on Mar 20, 2012 (gmt 0)
If you meant the default bullet markers for the ul then why not just switch them off?
.sm-btns ul{
margin:0;
padding:0;
list-style:none;
}
If you meant real html content then the post above should fix that :)