From: Mark Otto Date: Wed, 15 May 2013 05:00:08 +0000 (-0700) Subject: outdent the file list X-Git-Tag: v3.0.0-rc1~357^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e674efa22fa06e1ea825b934973c11fb03583ea;p=thirdparty%2Fbootstrap.git outdent the file list --- diff --git a/docs/getting-started.html b/docs/getting-started.html index cd84326900..ae7ee0e51f 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

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:

{% 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 %}

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 (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.