Added envelope and print icon and grammar fixes (#29261)

This commit is contained in:
Jtorres68
2019-02-24 01:36:01 -05:00
committed by Randell Dawson
parent b444d91364
commit e9478456f9

View File

@ -38,7 +38,7 @@ To use Bootstrap icons you simply create a `<span>` tag and apply the applicable
### Bootstrap Glyphicon Class List ### Bootstrap Glyphicon Class List
This is an example of the CSS classes that Bootstrap provides for glyphicons. More of them are avalible <a href='https://getbootstrap.com/docs/3.3/components/#glyphicons' target='_blank' rel='nofollow'>here</a> This is an example of the CSS classes that bootstrap provides for glyphicons. More of them are available <a href='https://getbootstrap.com/docs/3.3/components/#glyphicons' target='_blank' rel='nofollow'>here</a>
`.glyphicon glyphicon-plus` This is Bootstrap's plus/add icon. `.glyphicon glyphicon-plus` This is Bootstrap's plus/add icon.
@ -48,6 +48,12 @@ This is an example of the CSS classes that Bootstrap provides for glyphicons. Mo
<span class="glyphicon glyphicon-trash" aria-hidden="true"></span> <span class="glyphicon glyphicon-trash" aria-hidden="true"></span>
`.glyphicon glyphicon-envelope` This is bootstrap's envelope icon.
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
`.glyphicon glyphicon-print` This is bootstrap's print icon.
<span class="glyphicon glyphicon-print" aria-hidden="true"></span>
_Note: Do not include the dot in the HTML Class Attribute, referring to the classes with a dot is only used when adjusting the classes in CSS._ _Note: Do not include the dot in the HTML Class Attribute, referring to the classes with a dot is only used when adjusting the classes in CSS._
### Bootstrap Icon in Buttons ### Bootstrap Icon in Buttons