diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 63f92b76f2..d9a548f604 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 2a4cc63d2f..2fcce5a12f 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1516,9 +1516,6 @@ For example, <code>section</code> should be wrapped as inline. -
:after
. In the docs, we show a light red background color on hover to highlight the icon's size.
- With v2.0.1, we have opted to use an <i>
tag for all our icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:
Bootstrap uses an <i>
tag for all icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:
<i class="icon-search"></i>@@ -1540,6 +1537,7 @@ For example, <code>section</code> should be wrapped as inline. <i class="icon-search icon-white"></i>
There are 120 classes to choose from for your icons. Just add an <i>
tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.
When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i>
tag for proper spacing.
:after
. In the docs, we show a light red background color on hover to highlight the icon's size.{{/i}}
- {{_i}}With v2.0.1, we have opted to use an <i>
tag for all our icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:{{/i}}
{{_i}}Bootstrap uses an <i>
tag for all icons, but they have no case class—only a shared prefix. To use, place the following code just about anywhere:{{/i}}
<i class="icon-search"></i>@@ -1464,6 +1461,7 @@ <i class="icon-search icon-white"></i>
{{_i}}There are 120 classes to choose from for your icons. Just add an <i>
tag with the right classes and you're set. You can find the full list in sprites.less or right here in this document.{{/i}}
{{_i}}When using beside strings of text, as in buttons or nav links, be sure to leave a space after the <i>
tag for proper spacing.{{/i}}