From: Mark Otto Date: Wed, 25 Jan 2012 22:08:51 +0000 (-0800) Subject: start filling out mixins tables X-Git-Tag: v2.0.0~6^2~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7d83f45ebbadf7d100b56f944718763a6ce3e55c;p=thirdparty%2Fbootstrap.git start filling out mixins tables --- diff --git a/docs/less.html b/docs/less.html index c77ba9706f..23c2c53c65 100644 --- a/docs/less.html +++ b/docs/less.html @@ -411,7 +411,7 @@

Parametric mixins

-

A parametric mixin is just like a basic mixin, but it also accepts optional paramaters (hence the name).

+

A parametric mixin is just like a basic mixin, but it also accepts optional Parameters (hence the name).

   Coming soon!
 
@@ -428,45 +428,45 @@ Mixin - Paramaters + Parameters Usage .clearfix() - - + none + Add to any parent to clear floats within .center-block() - - + none + Auto center a block-level element using margin: auto .ie7-inline-block() - - + none + Use in addition to regular display: inline-block to get IE7 support .size() - - + @height: 5px, @width: 5px + Quickly set the height and width on one line .square() - - + @size: 5px + Builds on .size() to set the width and height as same value .opacity() - - + @opacity: 100 + Set, in whole numbers, the opacity percentage (e.g., "50" or "75") .reset-filter() - - + none + Resets any IE filter @@ -475,15 +475,15 @@ Mixin - Paramaters + Parameters Usage .placeholder() - - + @color: @placeholderText + Set the placeholder text color for inputs @@ -492,7 +492,7 @@ Mixin - Paramaters + Parameters Usage @@ -539,7 +539,7 @@ Mixin - Paramaters + Parameters Usage @@ -571,7 +571,7 @@ Mixin - Paramaters + Parameters Usage @@ -648,7 +648,7 @@ Mixin - Paramaters + Parameters Usage diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache index 0889592eb2..51d2295def 100644 --- a/docs/templates/pages/less.mustache +++ b/docs/templates/pages/less.mustache @@ -347,7 +347,7 @@

Parametric mixins

-

A parametric mixin is just like a basic mixin, but it also accepts optional paramaters (hence the name).

+

A parametric mixin is just like a basic mixin, but it also accepts optional Parameters (hence the name).

   Coming soon!
 
@@ -364,45 +364,45 @@ Mixin - Paramaters + Parameters Usage .clearfix() - - + none + Add to any parent to clear floats within .center-block() - - + none + Auto center a block-level element using margin: auto .ie7-inline-block() - - + none + Use in addition to regular display: inline-block to get IE7 support .size() - - + @height: 5px, @width: 5px + Quickly set the height and width on one line .square() - - + @size: 5px + Builds on .size() to set the width and height as same value .opacity() - - + @opacity: 100 + Set, in whole numbers, the opacity percentage (e.g., "50" or "75") .reset-filter() - - + none + Resets any IE filter @@ -411,15 +411,15 @@ Mixin - Paramaters + Parameters Usage .placeholder() - - + @color: @placeholderText + Set the placeholder text color for inputs @@ -428,7 +428,7 @@ Mixin - Paramaters + Parameters Usage @@ -475,7 +475,7 @@ Mixin - Paramaters + Parameters Usage @@ -507,7 +507,7 @@ Mixin - Paramaters + Parameters Usage @@ -584,7 +584,7 @@ Mixin - Paramaters + Parameters Usage