Commit faa760f5 authored by Mark Otto's avatar Mark Otto

revert docs change

parent 2ead9a5b
...@@ -130,18 +130,17 @@ ...@@ -130,18 +130,17 @@
</div> </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 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> <p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p>
<pre> <pre class="prettyprint">
<span class="icon-folder-open"></span> bootstrap/ bootstrap/
<span class="icon-folder-open"></span> css/ ├── css/
<span class="icon-file"></span> bootstrap.css │ ├── bootstrap.css
<span class="icon-file"></span> bootstrap.min.css │ ├── bootstrap.min.css
<span class="icon-folder-open"></span> js/ ├── js/
<span class="icon-file"></span> bootstrap.js │ ├── bootstrap.js
<span class="icon-file"></span> bootstrap.min.js │ ├── bootstrap.min.js
<span class="icon-folder-open"></span> img/ └── img/
<span class="icon-file"></span> glyphicons-halflings.png ├── glyphicons-halflings.png
<span class="icon-file"></span> glyphicons-halflings-white.png └── glyphicons-halflings-white.png
<span class="icon-file"></span> README.md
</pre> </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>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> <p>Please note that all JavaScript plugins require jQuery to be included.</p>
......
...@@ -59,18 +59,17 @@ ...@@ -59,18 +59,17 @@
</div> </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 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> <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> <pre class="prettyprint">
<span class="icon-folder-open"></span> bootstrap/ bootstrap/
<span class="icon-folder-open"></span> css/ ├── css/
<span class="icon-file"></span> bootstrap.css │ ├── bootstrap.css
<span class="icon-file"></span> bootstrap.min.css │ ├── bootstrap.min.css
<span class="icon-folder-open"></span> js/ ├── js/
<span class="icon-file"></span> bootstrap.js │ ├── bootstrap.js
<span class="icon-file"></span> bootstrap.min.js │ ├── bootstrap.min.js
<span class="icon-folder-open"></span> img/ └── img/
<span class="icon-file"></span> glyphicons-halflings.png ├── glyphicons-halflings.png
<span class="icon-file"></span> glyphicons-halflings-white.png └── glyphicons-halflings-white.png
<span class="icon-file"></span> README.md
</pre> </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}}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> <p>{{_i}}Please note that all JavaScript plugins require jQuery to be included.{{/i}}</p>
......
Markdown is supported
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