disable bullets in ul

CSS
ul{
	list-style: none;
}
Source

Also in CSS: