diff --git a/guide/english/bootstrap/icons/index.md b/guide/english/bootstrap/icons/index.md index fb7efd2569..a8a8fdddce 100644 --- a/guide/english/bootstrap/icons/index.md +++ b/guide/english/bootstrap/icons/index.md @@ -11,8 +11,7 @@ Bootstrap doesn’t include an icon library by default, but it has a handful of ### How to use -To use Bootstrap icons, create a `` tag with base class `glyphicon` and individual icon class. -Use it only on elements that contain no text content and have no child elements. +To use a Bootstrap icon, create a span tag with base class `glyphicon` and individual icon class. Use it only on elements that contain no text content and have no child elements. **Code Example:** @@ -24,7 +23,7 @@ Use it only on elements that contain no text content and have no child elements. -The Bootstrap framework provides you with over 250 icons called glyphs. They come in font format from the Glyphicon Halflings set. +The Bootstrap framework provides you with over 250 icons called glyphs. They come in font format from the Glyphicon Halflings set. Glyphicons Halflings are normally not available for free, but their creator has made them available for Bootstrap free of cost. As a thank you, they only ask that you include a link back to Glyphicons whenever possible. ### How To Use @@ -48,6 +47,10 @@ This is an example of the CSS classes that bootstrap provides for glyphicons. Mo +`.glyphicon glyphicon-search` This is bootstrap's search/magnify icon. + + + `.glyphicon glyphicon-envelope` This is bootstrap's envelope icon.