aboutsummaryrefslogtreecommitdiff
path: root/docs/less.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/less.html')
-rw-r--r--docs/less.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/less.html b/docs/less.html
index 4fe26af56..3fecd1ade 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -812,6 +812,16 @@
<td><code>@fluidGridColumnWidth, @fluidGridGutterWidth</code></td>
<td>Generate a precent grid system with <em>n</em> columns and <em>x</em> % wide gutter</td>
</tr>
+ <tr>
+ <td><code>#grid > .input()</code></td>
+ <td><code>@gridColumnWidth, @gridGutterWidth</code></td>
+ <td>Generate the pixel grid system for <code>input</code> elements, accounting for padding and borders</td>
+ </tr>
+ <tr>
+ <td><code>.makeColumn</code></td>
+ <td><code>@columns: 1, @offset: 0</code></td>
+ <td>Turn any <code>div</code> into a grid column without the <code>.span*</code> classes</td>
+ </tr>
</tbody>
</table>
<h3>CSS3 properties</h3>