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
413c05a0
Commit
413c05a0
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes
#3381
: update docs to show correct media query range on responsive utilities
parent
93be608b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/scaffolding.html
+3
-3
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache
+3
-3
docs/templates/pages/scaffolding.mustache
with
6 additions
and
6 deletions
+6
-6
docs/scaffolding.html
+
3
-
3
View file @
413c05a0
...
@@ -532,9 +532,9 @@
...
@@ -532,9 +532,9 @@
<thead>
<thead>
<tr>
<tr>
<th>
Class
</th>
<th>
Class
</th>
<th>
Phones
<small>
480
px and below
</small></th>
<th>
Phones
<small>
767
px and below
</small></th>
<th>
Tablets
<small>
767px and below
</small></th>
<th>
Tablets
<small>
979px to 768px
</small></th>
<th>
Desktops
<small>
768px and above
</small></th>
<th>
Desktops
<small>
Default
</small></th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/scaffolding.mustache
+
3
-
3
View file @
413c05a0
...
@@ -466,9 +466,9 @@
...
@@ -466,9 +466,9 @@
<thead>
<thead>
<tr>
<tr>
<th>
{{
_i
}}
Class
{{/
i
}}
</th>
<th>
{{
_i
}}
Class
{{/
i
}}
</th>
<th>
{{
_i
}}
Phones
<small>
480
px and below
</small>
{{/
i
}}
</th>
<th>
{{
_i
}}
Phones
<small>
767
px and below
</small>
{{/
i
}}
</th>
<th>
{{
_i
}}
Tablets
<small>
767px and below
</small>
{{/
i
}}
</th>
<th>
{{
_i
}}
Tablets
<small>
979px to 768px
</small>
{{/
i
}}
</th>
<th>
{{
_i
}}
Desktops
<small>
768px and above
</small>
{{/
i
}}
</th>
<th>
{{
_i
}}
Desktops
<small>
Default
</small>
{{/
i
}}
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
...
...
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