Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
847b6325
Commit
847b6325
authored
Dec 10, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IE10 fix in responsive utilities, not regular utilities
parent
e324a1be
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
11 deletions
+11
-11
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap-responsive.css
+4
-0
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+0
-4
less/responsive-utilities.less
less/responsive-utilities.less
+7
-0
less/utilities.less
less/utilities.less
+0
-7
No files found.
docs/assets/css/bootstrap-responsive.css
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
;
...
...
docs/assets/css/bootstrap.css
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
;
}
}
...
...
less/responsive-utilities.less
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 {
...
...
less/utilities.less
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;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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