From: Chris Rebert Date: Fri, 9 Jan 2015 20:00:10 +0000 (-0800) Subject: remove more Glyphicon references from the docs X-Git-Tag: v4.0.0-alpha~386^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ce8cd992eecc053e57c575bdfd51dfd73640cbc;p=thirdparty%2Fbootstrap.git remove more Glyphicon references from the docs --- diff --git a/README.md b/README.md index 372f72b807..15ec10de4f 100644 --- a/README.md +++ b/README.md @@ -44,18 +44,12 @@ bootstrap/ │ ├── bootstrap-theme.css │ ├── bootstrap-theme.css.map │ └── bootstrap-theme.min.css -├── js/ -│ ├── bootstrap.js -│ └── bootstrap.min.js -└── fonts/ - ├── glyphicons-halflings-regular.eot - ├── glyphicons-halflings-regular.svg - ├── glyphicons-halflings-regular.ttf - ├── glyphicons-halflings-regular.woff - └── glyphicons-halflings-regular.woff2 +└── js/ + ├── bootstrap.js + └── bootstrap.min.js ``` -We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme. +We provide compiled CSS and JS (`bootstrap.*`), as well as compiled and minified CSS and JS (`bootstrap.min.*`). CSS [source maps](https://developers.google.com/chrome-developer-tools/docs/css-preprocessors) (`bootstrap.*.map`) are available for use with certain browsers' developer tools. The optional Bootstrap theme is also included. diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html index 9faa4d3bc2..a68ebe04c2 100644 --- a/docs/examples/carousel/index.html +++ b/docs/examples/carousel/index.html @@ -55,7 +55,7 @@