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
83a6a55d
Commit
83a6a55d
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Move IE10 responsive fix to responsive utilities so Customizer gets it
parent
16572925
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/assets/css/bootstrap-responsive.css
+0
-4
docs/assets/css/bootstrap-responsive.css
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/responsive.less
+0
-9
less/responsive.less
less/utilities.less
+7
-0
less/utilities.less
with
11 additions
and
13 deletions
+11
-13
docs/assets/css/bootstrap-responsive.css
+
0
-
4
View file @
83a6a55d
...
...
@@ -8,10 +8,6 @@
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/
@-ms-viewport
{
width
:
device-width
;
}
.clearfix
{
*
zoom
:
1
;
}
...
...
This diff is collapsed.
Click to expand it.
docs/assets/css/bootstrap.css
+
4
-
0
View file @
83a6a55d
...
...
@@ -6014,6 +6014,10 @@ a.badge:hover {
line-height
:
30px
;
}
@-ms-viewport
{
width
:
device-width
;
}
.pull-right
{
float
:
right
;
}
...
...
This diff is collapsed.
Click to expand it.
less/responsive.less
+
0
-
9
View file @
83a6a55d
...
...
@@ -14,15 +14,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;
}
// REPEAT VARIABLES & MIXINS
// -------------------------
// Required since we compile the responsive stuff separately
...
...
This diff is collapsed.
Click to expand it.
less/utilities.less
+
7
-
0
View file @
83a6a55d
...
...
@@ -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;
}
// Quick floats
.pull-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