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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -