]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add CSS portion of IE10 viewport bug workaround to examples 17742/head
authorChris Rebert <code@chrisrebert.com>
Wed, 30 Sep 2015 19:40:56 +0000 (12:40 -0700)
committerChris Rebert <code@chrisrebert.com>
Wed, 30 Sep 2015 19:41:27 +0000 (12:41 -0700)
Fixes #17337

19 files changed:
docs/examples/blog/index.html
docs/examples/carousel/index.html
docs/examples/cover/index.html
docs/examples/dashboard/index.html
docs/examples/grid/index.html
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron/index.html
docs/examples/justified-nav/index.html
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
docs/examples/signin/index.html
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer/index.html
docs/examples/theme/index.html
docs/examples/tooltip-viewport/index.html

index fdab9bc46f6df1bebdbc3cc71bc6ab825eb71c8c..068550cf48e988eba2579f754eddde245a3a8043 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="blog.css" rel="stylesheet">
 
index b5e95694c6911594db7a88640d8a2d8263726090..e00847aca1123b6da61a7348ef37ac5da83b2f95 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
     <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
     <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
index 5f740d1bc8390c457b713529800696a2863413a5..9c6553768c811c4d9909c0d30aab1800469b1dc6 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="cover.css" rel="stylesheet">
 
index e6c10d6a42a2ad8d2b0ddcfb93511d1639575135..fd8f7cfa0f0788a38472654701acff51f5be6361 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="dashboard.css" rel="stylesheet">
 
index 7b4b69574e6b1c742f5166b452c149d13565c4d3..242cf106c4e754e527614419b301cbe3c19b9334 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="grid.css" rel="stylesheet">
 
index 78e9e2c8b0dbc5a8909d21f9f72cf04dba8db8c1..e84a7bac0b9297f4deee91f510a3e8895a148aba 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="jumbotron-narrow.css" rel="stylesheet">
 
index c6cb4b1aae095f38ed7045e9484565b5e6b4ee3d..6b7680108b21680a892ab4ada20d33d7129c84a6 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="jumbotron.css" rel="stylesheet">
 
index 24d3ff39725ce0fcbcb9bfa2b4c9ed072bac60fb..43205de8e467e652db2696f534dd54a15b8e4ae7 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="justified-nav.css" rel="stylesheet">
 
index ca9ca3df55fe0f27a42ee896010540502d0d0f66..b416cca71a11a6ee6ce976f1f36606e74e0965e9 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="navbar-fixed-top.css" rel="stylesheet">
 
index dc2e39929fc6869039b8016c703af76103fb7c42..42ddac283f4cf3e0a6b3083e88c61d590a0c7794 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="navbar-static-top.css" rel="stylesheet">
 
index e396be3159e3c213b744b0a915c9b958a5b55e56..167534fd72453e66a80ad8e37bac1bec2c30e16d 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="navbar.css" rel="stylesheet">
 
index 608dc369e981a78d4f1e7ba44c722227492a3ff2..206204373ce3c69145c10e3dba1669d04607616d 100644 (file)
@@ -16,6 +16,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="non-responsive.css" rel="stylesheet">
 
index 69d04694f982267616da95e481fecacc6ba1854d..5a7b13f472b740a6a84266d473b851dc5946e923 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="offcanvas.css" rel="stylesheet">
 
index ab249ed5faf80e84780e53818349aeb905bc79a4..af778a0f07c1a02a40a49e03acc45d798ed49d2d 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="signin.css" rel="stylesheet">
 
index 8246a97260093fae9a33bd91315f8c022a9365c6..5a6733b944b57c6a5e991f6b26b69bced5ef034e 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="starter-template.css" rel="stylesheet">
 
index 07f9c84401036a80ba77c6fa376c8cbbc82eee79..6df7f042ab51b767b172e99a713f04540855cb95 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="sticky-footer-navbar.css" rel="stylesheet">
 
index e619c15da029cf3d63bf176e41355a20aa917365..26962f6e8fda4a5c6ba69250f5bec1e12233b36b 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="sticky-footer.css" rel="stylesheet">
 
index 0d9bcdadd20c934098fe1f52e337da3bda01bb57..8ce83159ce4181c88df6344ff0d2e588d383de71 100644 (file)
@@ -15,6 +15,8 @@
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
     <!-- Bootstrap theme -->
     <link href="../../dist/css/bootstrap-theme.min.css" rel="stylesheet">
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
 
     <!-- Custom styles for this template -->
     <link href="theme.css" rel="stylesheet">
index 5fcd00f4cf1a26df3e0767a7f54f00a467b0f206..86054276012b516d82f7f9351c76027661d7cf26 100644 (file)
@@ -14,6 +14,9 @@
     <!-- Bootstrap core CSS -->
     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
 
+    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
+    <link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
+
     <!-- Custom styles for this template -->
     <link href="tooltip-viewport.css" rel="stylesheet">