From 99f395bcd7ad18ec1ef63b88516e98b294b5bc12 Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Wed, 1 Feb 2012 23:30:37 -0800 Subject: Typo fixes --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 739ebf2cd..7fd68123f 100644 --- a/docs/less.html +++ b/docs/less.html @@ -614,7 +614,7 @@ .background-clip() @clip - Crop the backgroud of an element (useful for border-radius) + Crop the background of an element (useful for border-radius) .background-size() -- cgit v1.2.3 From cf488c2800293f4f243f59658b691741f4b78175 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Feb 2012 09:33:18 -0800 Subject: fix incorrect uses of it's in the docs --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index bb033cfa3..181ae9b26 100644 --- a/docs/less.html +++ b/docs/less.html @@ -100,7 +100,7 @@

Why LESS?

-

Bootstrap is made with LESS at it's core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

+

Bootstrap is made with LESS at its core, a dynamic stylesheet language created by our good friend, Alexis Sellier. It makes developing systems-based CSS faster, easier, and more fun.

What's included?

@@ -604,7 +604,7 @@ .scale() @ratio - Scale an element to n times it's original size + Scale an element to n times its original size .translate() -- cgit v1.2.3 From bd0e95200390d773b4440d0b7e4cc46091300bbd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 2 Feb 2012 09:36:33 -0800 Subject: fix inverted warning text and bg colors in less docs page --- docs/less.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 181ae9b26..16d3d02de 100644 --- a/docs/less.html +++ b/docs/less.html @@ -348,13 +348,13 @@ @warningText - #f3edd2 - + #c09853 + @warningBackground - #c09853 - + #f3edd2 + @errorText -- cgit v1.2.3 From 679cd5ea02ca83d9c3755d6ac74f4a0bacd02897 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 4 Feb 2012 22:38:49 -0800 Subject: #1706: protocol independent html5shim added, and moved after the CSS for loading time's sake --- docs/less.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 0eb5211d3..92b9099f5 100644 --- a/docs/less.html +++ b/docs/less.html @@ -7,17 +7,17 @@ - - - + + + -- cgit v1.2.3 From 8a91f927f51fc96221dd553baef5dbe73b8b9b4c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 10 Feb 2012 23:37:54 -0800 Subject: clarify npm install command in less docs --- docs/less.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 92b9099f5..9f7df3ec9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -717,8 +717,8 @@

Node with makefile

-

Install the LESS command line compiler with npm by running the following command:

-
$ npm install less
+

Install the LESS command line compiler globally with npm by running the following command:

+
$ npm install -g less

Once installed just run make from the root of your bootstrap directory and you're all set.

Additionally, if you have watchr installed, you may run make watch to have bootstrap automatically rebuilt every time you edit a file in the bootstrap lib (this isn't required, just a convenience method).

-- cgit v1.2.3 From a63663a3b6309e98068a79b863b0f77031e5035e Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 11 Feb 2012 00:02:28 -0800 Subject: fix type in less docs per #1902 --- docs/less.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 9f7df3ec9..0d1527fb3 100644 --- a/docs/less.html +++ b/docs/less.html @@ -123,7 +123,7 @@

Operations

-

Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.

+

Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.

-- cgit v1.2.3 From a72ef967ba7e4870fb1d737dedf8bf8a10ae6587 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 11:08:33 -0800 Subject: re-add protocol to the shim --- docs/less.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 0d1527fb3..09325df92 100644 --- a/docs/less.html +++ b/docs/less.html @@ -7,17 +7,17 @@ + + + - - - -- cgit v1.2.3 From c02df9390330b3fa6b9c7cd0b4390093c163fae9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 11:08:58 -0800 Subject: move shim after css --- docs/less.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'docs/less.html') diff --git a/docs/less.html b/docs/less.html index 09325df92..97847cc9d 100644 --- a/docs/less.html +++ b/docs/less.html @@ -7,17 +7,17 @@ - - - + + + -- cgit v1.2.3