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
f514c87d
Commit
f514c87d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Enable responsive features in IE10 when snapped
parent
30d6a71c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap-responsive.css
+4
-0
docs/assets/css/bootstrap-responsive.css
less/responsive.less
+8
-0
less/responsive.less
with
12 additions
and
0 deletions
+12
-0
docs/assets/css/bootstrap-responsive.css
+
4
-
0
View file @
f514c87d
...
@@ -8,6 +8,10 @@
...
@@ -8,6 +8,10 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
*/
@-ms-viewport
{
width
:
device-width
;
}
.clearfix
{
.clearfix
{
*
zoom
:
1
;
*
zoom
:
1
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/responsive.less
+
8
-
0
View file @
f514c87d
...
@@ -14,6 +14,14 @@
...
@@ -14,6 +14,14 @@
// -------------------------------------------------------------
// -------------------------------------------------------------
// IE10 Metro responsive
// Required for Windows 8 Metro split-screen snapping with IE10
@-ms-viewport{
width: device-width;
}
// REPEAT VARIABLES & MIXINS
// REPEAT VARIABLES & MIXINS
// -------------------------
// -------------------------
// Required since we compile the responsive stuff separately
// Required since we compile the responsive stuff separately
...
...
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