]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove more Glyphicon references from the docs
authorChris Rebert <code@rebertia.com>
Fri, 9 Jan 2015 20:00:10 +0000 (12:00 -0800)
committerChris Rebert <code@rebertia.com>
Fri, 9 Jan 2015 20:33:34 +0000 (12:33 -0800)
README.md
docs/examples/carousel/index.html

index 372f72b807fee35a6d5e1373626906ab4200fe29..15ec10de4f4fc783c2eec0a2266ecfc0e01efe73 100644 (file)
--- 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.
 
 
 
index 9faa4d3bc2a9d966ccf45a52283ac94cfc3cd154..a68ebe04c2f852c7865b3b878ce5a7cc5fc140e4 100644 (file)
@@ -55,7 +55,7 @@
           <div class="container">
             <div class="carousel-caption text-left">
               <h1>Example headline.</h1>
-              <p>Note: If you're viewing this page via a <code>file://</code> URL, the "next" and "previous" Glyphicon buttons on the left and right might not load/display properly due to web browser security rules.</p>
+              <p>Cras justo odio, dapibus ac facilisis in, egestas eget quam. Donec id elit non mi porta gravida at eget metus. Nullam id dolor id nibh ultricies vehicula ut id elit.</p>
               <p><a class="btn btn-lg btn-primary" href="#" role="button">Sign up today</a></p>
             </div>
           </div>