</tr>
</thead>
<tbody>
- <tr>
<tr>
<td>Node with makefile</td>
<td>
</tr>
<td>Javascript</td>
<td>
- <p><a href="http://lesscss.org/">Download the latest Less.js</a> and include the path to it (and your Bootstrap code) 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">
<link rel="stylesheet/less" href="/path/to/bootstrap.less">
<script src="/path/to/less.js"></script>
<tr>
<td>Command line</td>
<td>
- <p>If you already have the less command line tool installed you can simply run the following command:</p>
+ <p>If you already have the less command line tool installed, simply run the following command:</p>
<pre>$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css</pre>
- <p>Be sure to include the <code>--compress</code> flag in that command if you're trying to save some bytes!
+ <p>Be sure to include <code>--compress</code> in that command if you're trying to save some bytes!</p>
</td>
</tr>
<tr>