diff options
| author | Mark Otto <[email protected]> | 2013-12-26 21:40:15 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-26 21:40:15 -0800 |
| commit | 5b02dbd97a0a480b0f800cb1011089dab9980300 (patch) | |
| tree | 7eb7ffdc3bf67d303b95ab2ab05bfbf3f76503d1 /examples/non-responsive | |
| parent | 12980e7ea47057d7e17c3606604c79c6450b272e (diff) | |
| parent | 201088cb5f9ab4af062b62ac3a10a2e8f07a6ec5 (diff) | |
| download | bootstrap-5b02dbd97a0a480b0f800cb1011089dab9980300.tar.xz bootstrap-5b02dbd97a0a480b0f800cb1011089dab9980300.zip | |
Merge branch 'master' into docs_derp
Conflicts:
_config.yml
Diffstat (limited to 'examples/non-responsive')
| -rw-r--r-- | examples/non-responsive/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 73baa43e5..bbed7efb9 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -8,7 +8,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico"> <title>Non-responsive Template for Bootstrap</title> @@ -24,7 +24,7 @@ <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> - <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> + <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> |
