"topic & bullet"
Bootstrap 3.1.0 Snippet by peterxp

<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <ul class="iconlist"> <li class="bullet">This is the topic item</li> </ul> </div> </div>
.iconlist { list-style: none; margin: 0; padding: 0; border: 1px solid #00f; } li.bullet { background-image:url(http://www.dustball.com/icons/icons/house.png); background-repeat: no-repeat; background-position: 0 0; padding: 0px; margin: .4em 0; text-indent:25px; font-weight:bold; }

Related: See More


Questions / Comments: