diff options
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index 99996c4f8..b9ed5809d 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -135,12 +135,15 @@ ├── js/ │ ├── bootstrap.js │ ├── bootstrap.min.js - └── img/ - ├── glyphicons-halflings.png - └── glyphicons-halflings-white.png + └── fonts/ + ├── glyphiconshalflings-regular.eot + ├── glyphiconshalflings-regular.otf + ├── glyphiconshalflings-regular.svg + ├── glyphiconshalflings-regular.ttf + └── glyphiconshalflings-regular.woff </pre> <p>This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). The image files are compressed using <a href="http://imageoptim.com/">ImageOptim</a>, a Mac app for compressing PNGs.</p> - <p>Please note that all JavaScript plugins require jQuery to be included.</p> + <p>Please note that <strong>all JavaScript plugins require jQuery</strong> to be included.</p> </section> |
