aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-05-14 22:00:08 -0700
committerMark Otto <[email protected]>2013-05-14 22:00:08 -0700
commit7e674efa22fa06e1ea825b934973c11fb03583ea (patch)
treee898564e9936c07ad2e6fff8b8870f541af44447 /docs/getting-started.html
parente23f661f3fc66f83cb976f8a3b7e2c627af9162d (diff)
downloadbootstrap-7e674efa22fa06e1ea825b934973c11fb03583ea.tar.xz
bootstrap-7e674efa22fa06e1ea825b934973c11fb03583ea.zip
outdent the file list
Diffstat (limited to 'docs/getting-started.html')
-rw-r--r--docs/getting-started.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index cd8432690..ae7ee0e51 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -60,19 +60,19 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
<p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
{% highlight bash %}
- bootstrap/
- ├── css/
- │ ├── bootstrap.css
- │ ├── bootstrap.min.css
- ├── js/
- │ ├── bootstrap.js
- │ ├── bootstrap.min.js
- └── fonts/
- ├── glyphiconshalflings-regular.eot
- ├── glyphiconshalflings-regular.otf
- ├── glyphiconshalflings-regular.svg
- ├── glyphiconshalflings-regular.ttf
- └── glyphiconshalflings-regular.woff
+bootstrap/
+├── css/
+│ ├── bootstrap.css
+│ ├── bootstrap.min.css
+├── js/
+│ ├── bootstrap.js
+│ ├── bootstrap.min.js
+└── fonts/
+ ├── glyphiconshalflings-regular.eot
+ ├── glyphiconshalflings-regular.otf
+ ├── glyphiconshalflings-regular.svg
+ ├── glyphiconshalflings-regular.ttf
+ └── glyphiconshalflings-regular.woff
{% endhighlight %}
<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>