Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
ad1e9697
Commit
ad1e9697
authored
Mar 11, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update grid system mixins in less docs for new grid
parent
e8ef7d5e
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
24 deletions
+14
-24
docs/assets/bootstrap.zip
docs/assets/bootstrap.zip
+0
-0
docs/less.html
docs/less.html
+7
-12
docs/templates/pages/less.mustache
docs/templates/pages/less.mustache
+7
-12
No files found.
docs/assets/bootstrap.zip
View file @
ad1e9697
No preview for this file type
docs/less.html
View file @
ad1e9697
...
@@ -552,22 +552,17 @@
...
@@ -552,22 +552,17 @@
<tr>
<tr>
<td><code>
.container-fixed()
</code></td>
<td><code>
.container-fixed()
</code></td>
<td><em
class=
"muted"
>
none
</em></td>
<td><em
class=
"muted"
>
none
</em></td>
<td>
Provide a fixed-width (set with
<code>
@siteWidth
</code>
)
container for holding your content
</td>
<td>
Create a horizontally centered
container for holding your content
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.columns
()
</code></td>
<td><code>
#grid > .core
()
</code></td>
<td><code>
@
columns: 1
</code></td>
<td><code>
@
gridColumnWidth, @gridGutterWidth
</code></td>
<td>
Build a grid column that spans any number of columns (defaults to 1 column)
</td>
<td>
Generate a pixel grid system (container, row, and columns) with
<em>
n
</em>
columns and
<em>
x
</em>
pixel wide gutter
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.offset()
</code></td>
<td><code>
#grid > .fluid()
</code></td>
<td><code>
@columns: 1
</code></td>
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td>
Offset a grid column with left margin that spans any number of columns
</td>
<td>
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
</td>
</tr>
<tr>
<td><code>
.gridColumn()
</code></td>
<td><em
class=
"muted"
>
none
</em></td>
<td>
Make an element float like a grid column
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
docs/templates/pages/less.mustache
View file @
ad1e9697
...
@@ -476,22 +476,17 @@
...
@@ -476,22 +476,17 @@
<tr>
<tr>
<td><code>
.container-fixed()
</code></td>
<td><code>
.container-fixed()
</code></td>
<td><em
class=
"muted"
>
none
</em></td>
<td><em
class=
"muted"
>
none
</em></td>
<td>
{{
_i
}}
Provide a fixed-width (set with
<code>
@siteWidth
</code>
)
container for holding your content
{{/
i
}}
</td>
<td>
{{
_i
}}
Create a horizontally centered
container for holding your content
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.columns
()
</code></td>
<td><code>
#grid > .core
()
</code></td>
<td><code>
@
columns: 1
</code></td>
<td><code>
@
gridColumnWidth, @gridGutterWidth
</code></td>
<td>
{{
_i
}}
Build a grid column that spans any number of columns (defaults to 1 column)
{{/
i
}}
</td>
<td>
{{
_i
}}
Generate a pixel grid system (container, row, and columns) with
<em>
n
</em>
columns and
<em>
x
</em>
pixel wide gutter
{{/
i
}}
</td>
</tr>
</tr>
<tr>
<tr>
<td><code>
.offset()
</code></td>
<td><code>
#grid > .fluid()
</code></td>
<td><code>
@columns: 1
</code></td>
<td><code>
@fluidGridColumnWidth, @fluidGridGutterWidth
</code></td>
<td>
{{
_i
}}
Offset a grid column with left margin that spans any number of columns
{{/
i
}}
</td>
<td>
{{
_i
}}
Generate a precent grid system with
<em>
n
</em>
columns and
<em>
x
</em>
% wide gutter
{{/
i
}}
</td>
</tr>
<tr>
<td><code>
.gridColumn()
</code></td>
<td><em
class=
"muted"
>
none
</em></td>
<td>
{{
_i
}}
Make an element float like a grid column
{{/
i
}}
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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