From 452ddc0f0dd5cfd3bb867e17d603c98d6db2ec19 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 31 Mar 2012 21:36:45 -0700 Subject: [PATCH] update less docs page to reflect changes in mixins (no more default values) and variable name fix --- docs/assets/bootstrap.zip | Bin 56958 -> 56958 bytes docs/less.html | 14 +++++++------- docs/templates/pages/less.mustache | 14 +++++++------- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 4b7227a7d1c55bc2d7de8cbcdc9d66100377ad06..7f6f5dd76885458a796fdadb88c4c1a455a0de90 100644 GIT binary patch delta 470 zcmeyjhxy+gW}X0VW)?065a?Mmkw=lu{dT#(=k3W8>O?u9|6WY>WEda9EaDfWgVz85? zK_V3k44@*L*Da`00tsmyHh~GH9Bvi^8TIm}K9l?H$pUv|K|K9CGLu7Zi8FbCM8r8n zfT6(w43EjZx4cosfQJ3N<ts1xOY2nVj77@*4b6DBOp1QeKI z3l{i!W8>||oIrue2e=&BegT#Iys?>`+n)m@6d`N`R`lb><_W@1<{+UfUS?2zn+3ds zjhTQp2FUPd=BDe1hHx@4!>yJE%1mBc=L~iXQ2)2ON&%2iVZSX*XiI;!08`NF$%YG5 z*nT6sZF0o|1F%zm-PpWtL6s6nk=9`osG`j&hnvMfM!meL&-CNQWPv-fAcyJSk(nHN zOPuK^NJN}N1Q;3|3_$VTTizIAKX3Un{X$chdD{U)-KpCy5HVShefoEdA@;#c2Z}Y{ o3B(ZlddC~)E}+8`?;0@yBLl@vTkhJS+7DDGe9sA_F8rQ40JRFlN&o-= diff --git a/docs/less.html b/docs/less.html index a9ae68f9e9..d6a0fd64a9 100644 --- a/docs/less.html +++ b/docs/less.html @@ -704,17 +704,17 @@ .size() - @height: 5px, @width: 5px + @height @width Quickly set the height and width on one line .square() - @size: 5px + @size Builds on .size() to set the width and height as same value .opacity() - @opacity: 100 + @opacity Set, in whole numbers, the opacity percentage (e.g., "50" or "75") @@ -822,12 +822,12 @@ .border-radius() - @radius: 5px + @radius Round the corners of an element. Can be a single value or four space-separated values .box-shadow() - @shadow: 0 1px 3px rgba(0,0,0,.25) + @shadow Add a drop shadow to an element @@ -847,7 +847,7 @@ .translate() - @x: 0, @y: 0 + @x, @y Move an element on the x and y planes @@ -882,7 +882,7 @@ .content-columns() - @columnCount, @columnGap: @gridColumnGutter + @columnCount, @columnGap: @gridGutterWidth Make the content of any element use CSS3 columns diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 280c39318b..8b7f4495d0 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -627,17 +627,17 @@ .size() - @height: 5px, @width: 5px + @height @width {{_i}}Quickly set the height and width on one line{{/i}} .square() - @size: 5px + @size {{_i}}Builds on .size() to set the width and height as same value{{/i}} .opacity() - @opacity: 100 + @opacity {{_i}}Set, in whole numbers, the opacity percentage (e.g., "50" or "75"){{/i}} @@ -745,12 +745,12 @@ .border-radius() - @radius: 5px + @radius {{_i}}Round the corners of an element. Can be a single value or four space-separated values{{/i}} .box-shadow() - @shadow: 0 1px 3px rgba(0,0,0,.25) + @shadow {{_i}}Add a drop shadow to an element{{/i}} @@ -770,7 +770,7 @@ .translate() - @x: 0, @y: 0 + @x, @y {{_i}}Move an element on the x and y planes{{/i}} @@ -805,7 +805,7 @@ .content-columns() - @columnCount, @columnGap: @gridColumnGutter + @columnCount, @columnGap: @gridGutterWidth {{_i}}Make the content of any element use CSS3 columns{{/i}}