aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/theme/index.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-02-08 16:52:22 -0800
committerMark Otto <[email protected]>2014-02-08 16:52:22 -0800
commite9199718d64dadc22d61b4cea8c77a2307455823 (patch)
treeb10f0174a9d564da40df55d658136fef74b6adb9 /docs/examples/theme/index.html
parent4787a69efbe0fcd81228781b3c91dfe198aa0f1b (diff)
parent7f88009394e72395aa7a458ae442b0c3037dbd15 (diff)
downloadbootstrap-e9199718d64dadc22d61b4cea8c77a2307455823.tar.xz
bootstrap-e9199718d64dadc22d61b4cea8c77a2307455823.zip
Merge branch 'master' into fix-12154
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
Diffstat (limited to 'docs/examples/theme/index.html')
-rw-r--r--docs/examples/theme/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/examples/theme/index.html b/docs/examples/theme/index.html
index fea282396..6e5dadf0d 100644
--- a/docs/examples/theme/index.html
+++ b/docs/examples/theme/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
@@ -28,7 +28,7 @@
<![endif]-->
</head>
- <body>
+ <body role="document">
<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
@@ -64,7 +64,7 @@
</div>
</div>
- <div class="container theme-showcase">
+ <div class="container theme-showcase" role="main">
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
@@ -377,8 +377,8 @@
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
- <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
- <script src="../../assets/js/holder.js"></script>
+ <script src="../../assets/js/docs.min.js"></script>
</body>
</html>