html5 - How to use glyphicons in bootstrap 3.0 -


i have used glyphicons in bootstrap 2.3 have upgraded bootstrap 3.0. now, unable use icon property.

in bootstrap 2.3, below tag working

<i class="icon-search"></i> 

in bootstrap 3.0, it's not working.

the icons (glyphicons) contained in separate css file...

the markup has changed to:

<i class="glyphicon glyphicon-search"></i> 

or

<span class="glyphicon glyphicon-search"></span> 

here helpful list of changes bootstrap 3: http://bootply.com/bootstrap-3-migration-guide


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -