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
178a9f3b
Commit
178a9f3b
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix some text around media queries in the docs
parent
5fa0fcc8
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 @
178a9f3b
...
@@ -533,13 +533,13 @@
...
@@ -533,13 +533,13 @@
@media (max-width: 480px) { ... }
@media (max-width: 480px) { ... }
// Landscape phone to portrait tablet
// Landscape phone to portrait tablet
@media (max-width: 76
8
px) { ... }
@media (max-width: 76
7
px) { ... }
// Portrait tablet to landscape and desktop
// Portrait tablet to landscape and desktop
@media (min-width: 768px) and (max-width: 9
80
px) { ... }
@media (min-width: 768px) and (max-width: 9
79
px) { ... }
// Large desktop
// Large desktop
@media (min-width: 1200px) { .. }
@media (min-width: 1200px) { ..
.
}
</pre>
</pre>
</div>
<!-- /.span -->
</div>
<!-- /.span -->
</div>
<!-- /.row -->
</div>
<!-- /.row -->
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/scaffolding.mustache
+
3
-
3
View file @
178a9f3b
...
@@ -456,13 +456,13 @@
...
@@ -456,13 +456,13 @@
@media (max-width: 480px) { ... }
@media (max-width: 480px) { ... }
//
{{
_i
}}
Landscape phone to portrait tablet
{{/
i
}}
//
{{
_i
}}
Landscape phone to portrait tablet
{{/
i
}}
@media (max-width: 76
8
px) { ... }
@media (max-width: 76
7
px) { ... }
//
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
//
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
@media (min-width: 768px) and (max-width: 9
80
px) { ... }
@media (min-width: 768px) and (max-width: 9
79
px) { ... }
//
{{
_i
}}
Large desktop
{{/
i
}}
//
{{
_i
}}
Large desktop
{{/
i
}}
@media (min-width: 1200px) { .. }
@media (min-width: 1200px) { ..
.
}
</pre>
</pre>
</div>
<!-- /.span -->
</div>
<!-- /.span -->
</div>
<!-- /.row -->
</div>
<!-- /.row -->
...
...
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