From 1316ad4fbbb43acc36a8534ee5c224537cef58e3 Mon Sep 17 00:00:00 2001 From: Tom K Date: Mon, 26 Nov 2018 02:55:05 -0800 Subject: [PATCH] Bootstrap Glyphicons still available with V3.3.7 (#23608) * Bootstrap Glyphicons still available with V3.3.7 While the most updated version does not have glyph icons, some users could find use under the older version. * Fixed formatting --- guide/english/bootstrap/icons/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/bootstrap/icons/index.md b/guide/english/bootstrap/icons/index.md index 11444f9b8b..537c38c95a 100644 --- a/guide/english/bootstrap/icons/index.md +++ b/guide/english/bootstrap/icons/index.md @@ -61,8 +61,6 @@ _Note: Do not include the dot in the HTML Class Attribute, referring to the clas -_Note: Bootstrap's Glyphicons icon is not available on bootstrap V4_ - ### Things to keep in mind **Don't mix with other components** @@ -73,6 +71,8 @@ Icon classes cannot be directly combined with other components. They should not Icon classes should only be used on elements that contain no text content and have no child elements. -### More Information: +_Note: Bootstrap's Glyphicons icon is not avalable on bootstrap V4. However, it still works with V3.3.7 which is avaialble at the link provided below_. + +#### More Information: - [Bootstrap Glyphicons Icons Doc](https://getbootstrap.com/docs/3.3/components/#glyphicons)