From c91b47591755bdab8747ad29c2e08e3839a4a991 Mon Sep 17 00:00:00 2001 From: Ian McCormack Date: Sun, 24 Feb 2019 06:54:20 +0000 Subject: [PATCH] Corrected grammer, additional info & search glyph added. (#31431) --- guide/english/bootstrap/icons/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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.