Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
c204bc66
Commit
c204bc66
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
#3237: change to CSS comments in responsive docs
parent
6e9756eb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/scaffolding.html
+4
-4
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache
+4
-4
docs/templates/pages/scaffolding.mustache
with
8 additions
and
8 deletions
+8
-8
docs/scaffolding.html
+
4
-
4
View file @
c204bc66
...
...
@@ -529,16 +529,16 @@
</div>
<!-- /.span -->
<div
class=
"span8"
>
<pre
class=
"prettyprint linenums"
>
/
/
Landscape phones and down
/
*
Landscape phones and down
*/
@media (max-width: 480px) { ... }
/
/
Landscape phone to portrait tablet
/
*
Landscape phone to portrait tablet
*/
@media (max-width: 767px) { ... }
/
/
Portrait tablet to landscape and desktop
/
*
Portrait tablet to landscape and desktop
*/
@media (min-width: 768px) and (max-width: 979px) { ... }
/
/
Large desktop
/
*
Large desktop
*/
@media (min-width: 1200px) { ... }
</pre>
</div>
<!-- /.span -->
...
...
This diff is collapsed.
Click to expand it.
docs/templates/pages/scaffolding.mustache
+
4
-
4
View file @
c204bc66
...
...
@@ -452,16 +452,16 @@
</div>
<!-- /.span -->
<div
class=
"span8"
>
<pre
class=
"prettyprint linenums"
>
/
/
{{
_i
}}
Landscape phones and down
{{/
i
}}
/
*
{{
_i
}}
Landscape phones and down
{{/
i
}}
*/
@media (max-width: 480px) { ... }
/
/
{{
_i
}}
Landscape phone to portrait tablet
{{/
i
}}
/
*
{{
_i
}}
Landscape phone to portrait tablet
{{/
i
}}
*/
@media (max-width: 767px) { ... }
/
/
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
/
*
{{
_i
}}
Portrait tablet to landscape and desktop
{{/
i
}}
*/
@media (min-width: 768px) and (max-width: 979px) { ... }
/
/
{{
_i
}}
Large desktop
{{/
i
}}
/
*
{{
_i
}}
Large desktop
{{/
i
}}
*/
@media (min-width: 1200px) { ... }
</pre>
</div>
<!-- /.span -->
...
...
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
Menu
Explore
Projects
Groups
Snippets