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
c6affe79
Commit
c6affe79
authored
Dec 29, 2014
by
Chris Rebert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
account for XL size tier in grid docs
parent
b342de4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
9 deletions
+16
-9
docs/layout/grid.md
docs/layout/grid.md
+16
-9
No files found.
docs/layout/grid.md
View file @
c6affe79
...
@@ -37,18 +37,22 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
...
@@ -37,18 +37,22 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<th></th>
<th></th>
<th>
<th>
Extra small devices
Extra small devices
<small>
P
hones (
<
768
px)
</small>
<small>
P
ortrait phones (
<
???
px)
</small>
</th>
</th>
<th>
<th>
Small devices
Small devices
<small>
Tablets (
≥
768
px)
</small>
<small>
Landscape phones (
≥
???
px)
</small>
</th>
</th>
<th>
<th>
Medium devices
Medium devices
<small>
Desktops (
≥
992
px)
</small>
<small>
Tablets (
≥
768
px)
</small>
</th>
</th>
<th>
<th>
Large devices
Large devices
<small>
Desktops (
≥
992px)
</small>
</th>
<th>
Extra large devices
<small>
Desktops (
≥
1200px)
</small>
<small>
Desktops (
≥
1200px)
</small>
</th>
</th>
</tr>
</tr>
...
@@ -57,11 +61,12 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
...
@@ -57,11 +61,12 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Grid behavior
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Grid behavior
</th>
<td>
Horizontal at all times
</td>
<td>
Horizontal at all times
</td>
<td
colspan=
"
3
"
>
Collapsed to start, horizontal above breakpoints
</td>
<td
colspan=
"
4
"
>
Collapsed to start, horizontal above breakpoints
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Container width
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Container width
</th>
<td>
None (auto)
</td>
<td>
None (auto)
</td>
<td>
???px
</td>
<td>
750px
</td>
<td>
750px
</td>
<td>
970px
</td>
<td>
970px
</td>
<td>
1170px
</td>
<td>
1170px
</td>
...
@@ -72,33 +77,35 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
...
@@ -72,33 +77,35 @@ See how aspects of the Bootstrap grid system work across multiple devices with a
<td><code>
.col-sm-
</code></td>
<td><code>
.col-sm-
</code></td>
<td><code>
.col-md-
</code></td>
<td><code>
.col-md-
</code></td>
<td><code>
.col-lg-
</code></td>
<td><code>
.col-lg-
</code></td>
<td><code>
.col-xl-
</code></td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
# of columns
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
# of columns
</th>
<td
colspan=
"
4
"
>
12
</td>
<td
colspan=
"
5
"
>
12
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Column width
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Column width
</th>
<td
class=
"text-muted"
>
Auto
</td>
<td
class=
"text-muted"
>
Auto
</td>
<td>
~??px
</td>
<td>
~62px
</td>
<td>
~62px
</td>
<td>
~81px
</td>
<td>
~81px
</td>
<td>
~97px
</td>
<td>
~97px
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Gutter width
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Gutter width
</th>
<td
colspan=
"
4
"
>
30px (15px on each side of a column)
</td>
<td
colspan=
"
5
"
>
30px (15px on each side of a column)
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Nestable
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Nestable
</th>
<td
colspan=
"
4
"
>
Yes
</td>
<td
colspan=
"
5
"
>
Yes
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Offsets
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Offsets
</th>
<td
colspan=
"
4
"
>
Yes
</td>
<td
colspan=
"
5
"
>
Yes
</td>
</tr>
</tr>
<tr>
<tr>
<th
class=
"text-nowrap"
scope=
"row"
>
Column ordering
</th>
<th
class=
"text-nowrap"
scope=
"row"
>
Column ordering
</th>
<td
colspan=
"
4
"
>
Yes
</td>
<td
colspan=
"
5
"
>
Yes
</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