aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-14 10:30:55 -0700
committerMark Otto <[email protected]>2012-09-14 10:30:55 -0700
commitfaa760f563635c6b3f4f94246ff23ed7f49ae8fb (patch)
tree9657aca10413287fd0565029679c83c76d3c61ba
parent2ead9a5bc34608c982f06391a55fa82cbd856701 (diff)
downloadbootstrap-faa760f563635c6b3f4f94246ff23ed7f49ae8fb.tar.xz
bootstrap-faa760f563635c6b3f4f94246ff23ed7f49ae8fb.zip
revert docs change
-rw-r--r--docs/getting-started.html23
-rw-r--r--docs/templates/pages/getting-started.mustache23
2 files changed, 22 insertions, 24 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html
index aa709026a..7495ef2c2 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -130,18 +130,17 @@
</div>
<p class="lead">Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.</p>
<p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
-<pre>
- <span class="icon-folder-open"></span> bootstrap/
- <span class="icon-folder-open"></span> css/
- <span class="icon-file"></span> bootstrap.css
- <span class="icon-file"></span> bootstrap.min.css
- <span class="icon-folder-open"></span> js/
- <span class="icon-file"></span> bootstrap.js
- <span class="icon-file"></span> bootstrap.min.js
- <span class="icon-folder-open"></span> img/
- <span class="icon-file"></span> glyphicons-halflings.png
- <span class="icon-file"></span> glyphicons-halflings-white.png
- <span class="icon-file"></span> README.md
+<pre class="prettyprint">
+ bootstrap/
+ ├── css/
+ │ ├── bootstrap.css
+ │ ├── bootstrap.min.css
+ ├── js/
+ │ ├── bootstrap.js
+ │ ├── bootstrap.min.js
+ └── img/
+ ├── glyphicons-halflings.png
+ └── glyphicons-halflings-white.png
</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>
diff --git a/docs/templates/pages/getting-started.mustache b/docs/templates/pages/getting-started.mustache
index 7363806f7..512801f2b 100644
--- a/docs/templates/pages/getting-started.mustache
+++ b/docs/templates/pages/getting-started.mustache
@@ -59,18 +59,17 @@
</div>
<p class="lead">{{_i}}Within the download you'll find the following file structure and contents, logically grouping common assets and providing both compiled and minified variations.{{/i}}</p>
<p>{{_i}}Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:{{/i}}</p>
-<pre>
- <span class="icon-folder-open"></span> bootstrap/
- <span class="icon-folder-open"></span> css/
- <span class="icon-file"></span> bootstrap.css
- <span class="icon-file"></span> bootstrap.min.css
- <span class="icon-folder-open"></span> js/
- <span class="icon-file"></span> bootstrap.js
- <span class="icon-file"></span> bootstrap.min.js
- <span class="icon-folder-open"></span> img/
- <span class="icon-file"></span> glyphicons-halflings.png
- <span class="icon-file"></span> glyphicons-halflings-white.png
- <span class="icon-file"></span> README.md
+<pre class="prettyprint">
+ bootstrap/
+ ├── css/
+ │ ├── bootstrap.css
+ │ ├── bootstrap.min.css
+ ├── js/
+ │ ├── bootstrap.js
+ │ ├── bootstrap.min.js
+ └── img/
+ ├── glyphicons-halflings.png
+ └── glyphicons-halflings-white.png
</pre>
<p>{{_i}}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.{{/i}}</p>
<p>{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}</p>