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
a5dbd936
Commit
a5dbd936
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
Nuke IE8 stuff from docs
parent
41d6cad4
Changes
20
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
docs/_includes/header.html
+6
-12
docs/_includes/header.html
docs/examples/blog/index.html
+0
-10
docs/examples/blog/index.html
docs/examples/carousel/index.html
+0
-10
docs/examples/carousel/index.html
docs/examples/cover/index.html
+0
-10
docs/examples/cover/index.html
docs/examples/dashboard/index.html
+0
-10
docs/examples/dashboard/index.html
docs/examples/grid/index.html
+0
-10
docs/examples/grid/index.html
docs/examples/jumbotron-narrow/index.html
+0
-10
docs/examples/jumbotron-narrow/index.html
docs/examples/jumbotron/index.html
+0
-10
docs/examples/jumbotron/index.html
docs/examples/justified-nav/index.html
+0
-10
docs/examples/justified-nav/index.html
docs/examples/navbar-fixed-top/index.html
+0
-10
docs/examples/navbar-fixed-top/index.html
docs/examples/navbar-static-top/index.html
+0
-10
docs/examples/navbar-static-top/index.html
docs/examples/navbar/index.html
+0
-10
docs/examples/navbar/index.html
docs/examples/non-responsive/index.html
+0
-10
docs/examples/non-responsive/index.html
docs/examples/offcanvas/index.html
+0
-10
docs/examples/offcanvas/index.html
docs/examples/signin/index.html
+0
-10
docs/examples/signin/index.html
docs/examples/starter-template/index.html
+0
-10
docs/examples/starter-template/index.html
docs/examples/sticky-footer-navbar/index.html
+0
-10
docs/examples/sticky-footer-navbar/index.html
docs/examples/sticky-footer/index.html
+0
-10
docs/examples/sticky-footer/index.html
docs/examples/theme/index.html
+0
-10
docs/examples/theme/index.html
docs/examples/tooltip-viewport/index.html
+0
-10
docs/examples/tooltip-viewport/index.html
with
6 additions
and
202 deletions
+6
-202
docs/_includes/header.html
+
6
-
12
View file @
a5dbd936
...
@@ -21,26 +21,20 @@
...
@@ -21,26 +21,20 @@
{% endif %}
{% endif %}
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %}
<!-- Optional Bootstrap Theme -->
<!-- Optional Bootstrap Theme -->
{% if site.github %}
{% if site.github %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.min.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% else %}
{% else %}
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
<link
href=
"data:text/css;charset=utf-8,"
data-href=
"../dist/css/bootstrap-theme.css"
rel=
"stylesheet"
id=
"bs-theme-stylesheet"
>
{% endif %}
{% endif %}
{% endif %}
{% endif %}
<!-- Documentation extras -->
<!-- Documentation extras -->
<link
href=
"../assets/css/docs.min.css"
rel=
"stylesheet"
>
<link
href=
"../assets/css/docs.min.css"
rel=
"stylesheet"
>
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"../assets/js/ie-emulation-modes-warning.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Favicons -->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
href=
"/apple-touch-icon-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"/apple-touch-icon-precomposed.png"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
<link
rel=
"icon"
href=
"/favicon.ico"
>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/blog/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"blog.css"
rel=
"stylesheet"
>
<link
href=
"blog.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/carousel/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -13,19 +13,9 @@
...
@@ -13,19 +13,9 @@
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
<link
href=
"../../dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"../../dist/css/bootstrap.min.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"carousel.css"
rel=
"stylesheet"
>
<link
href=
"carousel.css"
rel=
"stylesheet"
>
</head>
</head>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/cover/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"cover.css"
rel=
"stylesheet"
>
<link
href=
"cover.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/dashboard/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"dashboard.css"
rel=
"stylesheet"
>
<link
href=
"dashboard.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/grid/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"grid.css"
rel=
"stylesheet"
>
<link
href=
"grid.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron-narrow/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"jumbotron-narrow.css"
rel=
"stylesheet"
>
<link
href=
"jumbotron-narrow.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/jumbotron/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"jumbotron.css"
rel=
"stylesheet"
>
<link
href=
"jumbotron.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/justified-nav/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"justified-nav.css"
rel=
"stylesheet"
>
<link
href=
"justified-nav.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/navbar-fixed-top/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-fixed-top.css"
rel=
"stylesheet"
>
<link
href=
"navbar-fixed-top.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/navbar-static-top/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar-static-top.css"
rel=
"stylesheet"
>
<link
href=
"navbar-static-top.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/navbar/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"navbar.css"
rel=
"stylesheet"
>
<link
href=
"navbar.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/non-responsive/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -18,18 +18,8 @@
...
@@ -18,18 +18,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"non-responsive.css"
rel=
"stylesheet"
>
<link
href=
"non-responsive.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/offcanvas/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"offcanvas.css"
rel=
"stylesheet"
>
<link
href=
"offcanvas.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/signin/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"signin.css"
rel=
"stylesheet"
>
<link
href=
"signin.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/starter-template/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"starter-template.css"
rel=
"stylesheet"
>
<link
href=
"starter-template.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer-navbar/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer-navbar.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer-navbar.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/sticky-footer/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"sticky-footer.css"
rel=
"stylesheet"
>
<link
href=
"sticky-footer.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/theme/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -18,18 +18,8 @@
...
@@ -18,18 +18,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"theme.css"
rel=
"stylesheet"
>
<link
href=
"theme.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body
role=
"document"
>
<body
role=
"document"
>
...
...
This diff is collapsed.
Click to expand it.
docs/examples/tooltip-viewport/index.html
+
0
-
10
View file @
a5dbd936
...
@@ -16,18 +16,8 @@
...
@@ -16,18 +16,8 @@
<!-- Custom styles for this template -->
<!-- Custom styles for this template -->
<link
href=
"tooltip-viewport.css"
rel=
"stylesheet"
>
<link
href=
"tooltip-viewport.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>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"../../assets/js/ie10-viewport-bug-workaround.js"
></script>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
</head>
<body>
<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