0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-17 09:52:29 +01:00

revert docs change

This commit is contained in:
Mark Otto 2012-09-14 10:30:55 -07:00
parent 2ead9a5bc3
commit faa760f563
2 changed files with 22 additions and 24 deletions

View File

@ -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>

View File

@ -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>