Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4bcb8994
Commit
4bcb8994
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
merge in #2684, offset on the .makeColumn mixin
parent
d8acc062
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
docs/less.html
+10
-0
docs/less.html
docs/templates/pages/less.mustache
+10
-0
docs/templates/pages/less.mustache
with
20 additions
and
0 deletions
+20
-0
docs/assets/bootstrap.zip
+
0
-
0
View file @
4bcb8994
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/less.html
+
10
-
0
View file @
4bcb8994
...
@@ -812,6 +812,16 @@
...
@@ -812,6 +812,16 @@
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td>
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
</td>
<td>
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
</td>
</tr>
</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>
</tbody>
</table>
</table>
<h3>
CSS3 properties
</h3>
<h3>
CSS3 properties
</h3>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/less.mustache
+
10
-
0
View file @
4bcb8994
...
@@ -735,6 +735,16 @@
...
@@ -735,6 +735,16 @@
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td>
{{
_i
}}
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
{{/
i
}}
</td>
<td>
{{
_i
}}
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<td><code>
#grid > .input()
</code></td>
<td><code>
@gridColumnWidth, @gridGutterWidth
</code></td>
<td>
{{
_i
}}
Generate the pixel grid system for
<code>
input
</code>
elements, accounting for padding and borders
{{/
i
}}
</td>
</tr>
<tr>
<td><code>
.makeColumn
</code></td>
<td><code>
@columns: 1, @offset: 0
</code></td>
<td>
{{
_i
}}
Turn any
<code>
div
</code>
into a grid column without the
<code>
.span*
</code>
classes
{{/
i
}}
</td>
</tr>
</tbody>
</tbody>
</table>
</table>
<h3>
{{
_i
}}
CSS3 properties
{{/
i
}}
</h3>
<h3>
{{
_i
}}
CSS3 properties
{{/
i
}}
</h3>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment