mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Merge branch 'master' of https://github.com/twitter/bootstrap
This commit is contained in:
+5
-2
@@ -897,7 +897,10 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<pre class="prettyprint linenums">
|
||||
<table class="condensed-table">
|
||||
...
|
||||
</table></pre>
|
||||
<h3>Example: Bordered table</h3>
|
||||
<p>Make your tables look just a wee bit sleeker by rounding their corners and adding borders on all sides.</p>
|
||||
<table class="bordered-table">
|
||||
@@ -1971,7 +1974,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
|
||||
<td>Node with makefile</td>
|
||||
<td>
|
||||
<p>Install the less command line compiler with npm by running the following command:</p>
|
||||
<pre>$ npm install lessc</pre>
|
||||
<pre>$ npm install less</pre>
|
||||
<p>Once installed just run <code>make</code> from the root of your bootstrap directory and you're all set.</p>
|
||||
<p>Additionally, if you have <a href="https://github.com/mynyml/watchr">watchr</a> installed, you may run <code>make watch</code> to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).</p>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user