aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-10 23:05:30 -0700
committerMark Otto <[email protected]>2011-09-10 23:05:30 -0700
commit1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd (patch)
tree42740dfed79da71039666865334e5ff41e92f611 /docs
parent62edafa1a4885bc826800acf715630961c699582 (diff)
downloadbootstrap-1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd.tar.xz
bootstrap-1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd.zip
make the less compile docs text now have widows, fix broken table markup
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html
index c8e7df7a4..4fc9154f3 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1773,7 +1773,6 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</thead>
<tbody>
<tr>
- <tr>
<td>Node with makefile</td>
<td>
<p>Install the less command line compiler with npm by running the following command:</p>
@@ -1784,7 +1783,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
</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">
&lt;link rel="stylesheet/less" href="/path/to/bootstrap.less"&gt;
&lt;script src="/path/to/less.js"&gt;&lt;/script&gt;
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<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>