Commit 7e674efa authored by Mark Otto's avatar Mark Otto
Browse files

outdent the file list

parent e23f661f
Showing with 13 additions and 13 deletions
+13 -13
...@@ -60,19 +60,19 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex ...@@ -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> <p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
{% highlight bash %} {% highlight bash %}
bootstrap/ bootstrap/
├── css/ ├── css/
│ ├── bootstrap.css │ ├── bootstrap.css
│ ├── bootstrap.min.css │ ├── bootstrap.min.css
├── js/ ├── js/
│ ├── bootstrap.js │ ├── bootstrap.js
│ ├── bootstrap.min.js │ ├── bootstrap.min.js
└── fonts/ └── fonts/
├── glyphiconshalflings-regular.eot ├── glyphiconshalflings-regular.eot
├── glyphiconshalflings-regular.otf ├── glyphiconshalflings-regular.otf
├── glyphiconshalflings-regular.svg ├── glyphiconshalflings-regular.svg
├── glyphiconshalflings-regular.ttf ├── glyphiconshalflings-regular.ttf
└── glyphiconshalflings-regular.woff └── glyphiconshalflings-regular.woff
{% endhighlight %} {% 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> <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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment