]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
outdent the file list
authorMark Otto <otto@github.com>
Wed, 15 May 2013 05:00:08 +0000 (22:00 -0700)
committerMark Otto <otto@github.com>
Wed, 15 May 2013 05:00:08 +0000 (22:00 -0700)
docs/getting-started.html

index cd84326900327cf39c8580702b88d50d0db2a712..ae7ee0e51f1955416f81b05341498fe714e42d85 100644 (file)
@@ -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>