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
09d80fab
Commit
09d80fab
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #9761 from wangsai/fix-eamples-respondjs
add IE's Conditional comments for respondjs and html5shiv
parents
04a73ebe
0c094efe
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
examples/carousel/index.html
+6
-1
examples/carousel/index.html
examples/grid/index.html
+6
-1
examples/grid/index.html
examples/jumbotron-narrow/index.html
+6
-1
examples/jumbotron-narrow/index.html
examples/jumbotron/index.html
+6
-1
examples/jumbotron/index.html
examples/justified-nav/index.html
+6
-1
examples/justified-nav/index.html
examples/navbar-fixed-top/index.html
+6
-1
examples/navbar-fixed-top/index.html
examples/navbar-static-top/index.html
+6
-1
examples/navbar-static-top/index.html
examples/navbar/index.html
+6
-1
examples/navbar/index.html
examples/non-responsive/index.html
+6
-1
examples/non-responsive/index.html
examples/offcanvas/index.html
+6
-1
examples/offcanvas/index.html
examples/signin/index.html
+6
-1
examples/signin/index.html
examples/starter-template/index.html
+6
-1
examples/starter-template/index.html
examples/sticky-footer-navbar/index.html
+6
-1
examples/sticky-footer-navbar/index.html
examples/sticky-footer/index.html
+6
-1
examples/sticky-footer/index.html
examples/theme/index.html
+6
-1
examples/theme/index.html
with
90 additions
and
15 deletions
+90
-15
examples/carousel/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -13,6 +13,12 @@
<link
href=
"../../dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap-glyphicons.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<link
href=
"carousel.css"
rel=
"stylesheet"
>
</head>
...
...
@@ -190,7 +196,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
examples/grid/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"grid.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -109,6 +115,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/jumbotron-narrow/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"jumbotron-narrow.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -68,6 +74,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/jumbotron/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -104,7 +110,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/justified-nav/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -74,6 +80,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/navbar-fixed-top/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"navbar-fixed-top.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -75,7 +81,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/navbar-static-top/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"navbar-static-top.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -76,7 +82,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/navbar/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -72,7 +78,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/non-responsive/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -16,6 +16,12 @@
<!-- Custom styles for this template -->
<link
href=
"non-responsive.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -42,6 +48,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/offcanvas/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -115,7 +121,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"offcanvas.js"
></script>
</body>
...
...
This diff is collapsed.
Click to expand it.
examples/signin/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"signin.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -36,6 +42,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/starter-template/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -52,7 +58,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/sticky-footer-navbar/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -75,7 +81,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/sticky-footer/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -14,6 +14,12 @@
<!-- Custom styles for this template -->
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -41,6 +47,5 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/respond.min.js"
></script>
</body>
</html>
This diff is collapsed.
Click to expand it.
examples/theme/index.html
+
6
-
1
View file @
09d80fab
...
...
@@ -16,6 +16,12 @@
<!-- Custom styles for this template -->
<link
href=
"theme.css"
rel=
"stylesheet"
>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="../../assets/js/html5shiv.js"></script>
<script src="../../assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body>
...
...
@@ -375,7 +381,6 @@
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"../../assets/js/jquery.js"
></script>
<script
src=
"../../assets/js/respond.min.js"
></script>
<script
src=
"../../dist/js/bootstrap.min.js"
></script>
<script
src=
"../../assets/js/holder.js"
></script>
</body>
...
...
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