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
f2d3026d
Commit
f2d3026d
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
update scaffolding responsive section to reflect proper media query ranges
parent
1ebe51c8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/assets/bootstrap.zip
+0
-0
docs/assets/bootstrap.zip
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/assets/bootstrap.zip
+
0
-
0
View file @
f2d3026d
No preview for this file type
This diff is collapsed.
Click to expand it.
docs/scaffolding.html
+
3
-
3
View file @
f2d3026d
...
@@ -338,13 +338,13 @@
...
@@ -338,13 +338,13 @@
</tr>
</tr>
<tr>
<tr>
<td>
Landscape tablets
</td>
<td>
Landscape tablets
</td>
<td>
768px to 9
4
0px
</td>
<td>
768px to 9
8
0px
</td>
<td>
44px
</td>
<td>
44px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
<tr>
<tr>
<td>
Default
</td>
<td>
Default
</td>
<td>
9
4
0px and up
</td>
<td>
9
8
0px and up
</td>
<td>
60px
</td>
<td>
60px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
...
@@ -390,7 +390,7 @@
...
@@ -390,7 +390,7 @@
@media (max-width: 768px) { ... }
@media (max-width: 768px) { ... }
// Portrait tablet to landscape and desktop
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 9
4
0px) { ... }
@media (min-width: 768px) and (max-width: 9
8
0px) { ... }
// Large desktop
// Large desktop
@media (min-width: 1200px) { .. }
@media (min-width: 1200px) { .. }
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/scaffolding.mustache
+
3
-
3
View file @
f2d3026d
...
@@ -262,13 +262,13 @@
...
@@ -262,13 +262,13 @@
</tr>
</tr>
<tr>
<tr>
<td>
{{
_i
}}
Landscape tablets
{{/
i
}}
</td>
<td>
{{
_i
}}
Landscape tablets
{{/
i
}}
</td>
<td>
768px to 9
4
0px
</td>
<td>
768px to 9
8
0px
</td>
<td>
44px
</td>
<td>
44px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
<tr>
<tr>
<td>
{{
_i
}}
Default
{{/
i
}}
</td>
<td>
{{
_i
}}
Default
{{/
i
}}
</td>
<td>
9
4
0px and up
</td>
<td>
9
8
0px and up
</td>
<td>
60px
</td>
<td>
60px
</td>
<td>
20px
</td>
<td>
20px
</td>
</tr>
</tr>
...
@@ -314,7 +314,7 @@
...
@@ -314,7 +314,7 @@
@media (max-width: 768px) { ... }
@media (max-width: 768px) { ... }
//
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
//
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
@media (min-width: 768px) and (max-width: 9
4
0px) { ... }
@media (min-width: 768px) and (max-width: 9
8
0px) { ... }
//
{{
_i
}}
Large desktop
{{/
i
}}
//
{{
_i
}}
Large desktop
{{/
i
}}
@media (min-width: 1200px) { .. }
@media (min-width: 1200px) { .. }
...
...
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