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
847b6325
Commit
847b6325
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
IE10 fix in responsive utilities, not regular utilities
parent
e324a1be
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/css/bootstrap-responsive.css
+4
-0
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
+0
-4
docs/assets/css/bootstrap.css
less/responsive-utilities.less
+7
-0
less/responsive-utilities.less
less/utilities.less
+0
-7
less/utilities.less
with
11 additions
and
11 deletions
+11
-11
docs/assets/css/bootstrap-responsive.css
+
4
-
0
View file @
847b6325
...
@@ -40,6 +40,10 @@
...
@@ -40,6 +40,10 @@
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
@-ms-viewport
{
width
:
device-width
;
}
.hidden
{
.hidden
{
display
:
none
;
display
:
none
;
visibility
:
hidden
;
visibility
:
hidden
;
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
0
-
4
View file @
847b6325
...
@@ -6014,10 +6014,6 @@ a.badge:hover {
...
@@ -6014,10 +6014,6 @@ a.badge:hover {
line-height
:
30px
;
line-height
:
30px
;
}
}
@-ms-viewport
{
width
:
device-width
;
}
.pull-right
{
.pull-right
{
float
:
right
;
float
:
right
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/responsive-utilities.less
+
7
-
0
View file @
847b6325
...
@@ -3,6 +3,13 @@
...
@@ -3,6 +3,13 @@
// --------------------------------------------------
// --------------------------------------------------
// IE10 Metro responsive
// Required for Windows 8 Metro split-screen snapping with IE10
// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
@-ms-viewport{
width: device-width;
}
// Hide from screenreaders and browsers
// Hide from screenreaders and browsers
// Credit: HTML5 Boilerplate
// Credit: HTML5 Boilerplate
.hidden {
.hidden {
...
...
This diff is collapsed.
Click to expand it.
less/utilities.less
+
0
-
7
View file @
847b6325
...
@@ -3,13 +3,6 @@
...
@@ -3,13 +3,6 @@
// --------------------------------------------------
// --------------------------------------------------
// IE10 Metro responsive
// Required for Windows 8 Metro split-screen snapping with IE10
// Source: http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/
@-ms-viewport{
width: device-width;
}
// Quick floats
// Quick floats
.pull-right {
.pull-right {
float: right;
float: right;
...
...
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