aboutsummaryrefslogtreecommitdiff
path: root/docs/extend.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-09 22:29:53 -0700
committerMark Otto <[email protected]>2012-07-09 22:29:53 -0700
commitc74dddd02ea3809fe25af2036ae1981a6d0b2158 (patch)
treec381da8b13ebf8a68b054c6d3731c6fd91f2c2ce /docs/extend.html
parent6f8226a393537ce349ce7d211539bb6f699afa8d (diff)
downloadbootstrap-c74dddd02ea3809fe25af2036ae1981a6d0b2158.tar.xz
bootstrap-c74dddd02ea3809fe25af2036ae1981a6d0b2158.zip
fix indenting on extend and js docs pages, remove hidden subnavs
Diffstat (limited to 'docs/extend.html')
-rw-r--r--docs/extend.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/extend.html b/docs/extend.html
index 5745c83b0..967c37743 100644
--- a/docs/extend.html
+++ b/docs/extend.html
@@ -131,15 +131,15 @@
<h3>Command line</h3>
<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>
<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>&lt;head&gt;</code>.</p>
- <pre class="prettyprint">
- &lt;link rel="stylesheet/less" href="/path/to/bootstrap.less"&gt;
- &lt;script src="/path/to/less.js"&gt;&lt;/script&gt;
- </pre>
+<pre class="prettyprint">
+&lt;link rel="stylesheet/less" href="/path/to/bootstrap.less"&gt;
+&lt;script src="/path/to/less.js"&gt;&lt;/script&gt;
+</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>
<h3>Unofficial Mac app</h3>
@@ -168,6 +168,7 @@
</section>
+
</div>
</div>