Does anyone know how to use bootstrap icon image 'glyphicons-halflings.png'
I tried this and couldnt make it to work. Any ideas?
.icon-search{
background: url(/components/bootstrap/3.2.0/img/glyphicons-halflings.png);
background-position: -44px 10px;
}
[class^="icon-"], [class*=" icon-"] {
background: url(/components/bootstrap/3.2.0/img/glyphicons-halflings.png);
background-repeat: no-repeat;
display: inline-block;
height: 14px;
line-height: 14px;
vertical-align: text-top;
width: 14px;
}
Thanks!