From: Mark Otto Date: Sun, 11 Sep 2011 06:05:30 +0000 (-0700) Subject: make the less compile docs text now have widows, fix broken table markup X-Git-Tag: v1.3.0~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ae603fda05c96a4bc3eed284aa6b5ce7a2a93cd;p=thirdparty%2Fbootstrap.git make the less compile docs text now have widows, fix broken table markup --- diff --git a/docs/index.html b/docs/index.html index c8e7df7a44..4fc9154f3c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1772,7 +1772,6 @@ Lorem ipsum dolar sit amet illo error ipsum verita - Node with makefile @@ -1784,7 +1783,7 @@ Lorem ipsum dolar sit amet illo error ipsum verita Javascript -

Download the latest Less.js and include the path to it (and your Bootstrap code) in the head.

+

Download the latest Less.js and include the path to it (and Bootstrap) in the head.

 <link rel="stylesheet/less" href="/path/to/bootstrap.less">
 <script src="/path/to/less.js"></script>
@@ -1795,9 +1794,9 @@ Lorem ipsum dolar sit amet illo error ipsum verita
         
           Command line
           
-            

If you already have the less command line tool installed you can simply run the following command:

+

If you already have the less command line tool installed, simply run the following command:

$ lessc ./lib/bootstrap.less > bootstrap-1.3.0.css
-

Be sure to include the --compress flag in that command if you're trying to save some bytes! +

Be sure to include --compress in that command if you're trying to save some bytes!