mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 21:22:52 +02:00
fix indenting on extend and js docs pages, remove hidden subnavs
This commit is contained in:
@@ -131,15 +131,15 @@
|
|||||||
|
|
||||||
<h3>Command line</h3>
|
<h3>Command line</h3>
|
||||||
<p>Install the LESS command line tool via Node and run the following command:</p>
|
<p>Install the LESS command line tool via Node and run the following command:</p>
|
||||||
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
||||||
<p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
|
<p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
|
||||||
|
|
||||||
<h3>Javascript</h3>
|
<h3>Javascript</h3>
|
||||||
<p><a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.</p>
|
<p><a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script>
|
<script src="/path/to/less.js"></script>
|
||||||
</pre>
|
</pre>
|
||||||
<p>To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.</p>
|
<p>To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.</p>
|
||||||
|
|
||||||
<h3>Unofficial Mac app</h3>
|
<h3>Unofficial Mac app</h3>
|
||||||
@@ -168,6 +168,7 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
2328
docs/javascript.html
2328
docs/javascript.html
File diff suppressed because it is too large
Load Diff
11
docs/templates/pages/extend.mustache
vendored
11
docs/templates/pages/extend.mustache
vendored
@@ -61,15 +61,15 @@
|
|||||||
|
|
||||||
<h3>{{_i}}Command line{{/i}}</h3>
|
<h3>{{_i}}Command line{{/i}}</h3>
|
||||||
<p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p>
|
<p>{{_i}}Install the LESS command line tool via Node and run the following command:{{/i}}</p>
|
||||||
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
<pre>$ lessc ./less/bootstrap.less > bootstrap.css</pre>
|
||||||
<p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p>
|
<p>{{_i}}Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}Javascript{{/i}}</h3>
|
<h3>{{_i}}Javascript{{/i}}</h3>
|
||||||
<p>{{_i}}<a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.{{/i}}</p>
|
<p>{{_i}}<a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and Bootstrap) in the <code><head></code>.{{/i}}</p>
|
||||||
<pre class="prettyprint">
|
<pre class="prettyprint">
|
||||||
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
|
||||||
<script src="/path/to/less.js"></script>
|
<script src="/path/to/less.js"></script>
|
||||||
</pre>
|
</pre>
|
||||||
<p>{{_i}}To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.{{/i}}</p>
|
<p>{{_i}}To recompile the .less files, just save them and reload your page. Less.js compiles them and stores them in local storage.{{/i}}</p>
|
||||||
|
|
||||||
<h3>{{_i}}Unofficial Mac app{{/i}}</h3>
|
<h3>{{_i}}Unofficial Mac app{{/i}}</h3>
|
||||||
@@ -98,5 +98,6 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>{{! /span9 }}
|
</div>{{! /span9 }}
|
||||||
</div>{{! row}}
|
</div>{{! row}}
|
||||||
|
2335
docs/templates/pages/javascript.mustache
vendored
2335
docs/templates/pages/javascript.mustache
vendored
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user