aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-15 14:30:00 -0800
committerMark Otto <[email protected]>2013-01-15 14:30:00 -0800
commit267690eb1bd0192338b07c6d4ed2f5b25d2fc143 (patch)
tree9d59c9543f37d7d9f55fd385adf7a425cd8a405b /docs/getting-started.html
parent09696143e0301e30b931467a40d13a6d357dac07 (diff)
downloadbootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.tar.xz
bootstrap-267690eb1bd0192338b07c6d4ed2f5b25d2fc143.zip
docs changes, more type improvements, add grid system basics back
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html11
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>