summaryrefslogtreecommitdiff
path: root/bower_components/bootstrap/examples/jumbotron-narrow/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'bower_components/bootstrap/examples/jumbotron-narrow/index.html')
-rwxr-xr-xbower_components/bootstrap/examples/jumbotron-narrow/index.html14
1 files changed, 12 insertions, 2 deletions
diff --git a/bower_components/bootstrap/examples/jumbotron-narrow/index.html b/bower_components/bootstrap/examples/jumbotron-narrow/index.html
index 9c3c1b6c..2fb23138 100755
--- a/bower_components/bootstrap/examples/jumbotron-narrow/index.html
+++ b/bower_components/bootstrap/examples/jumbotron-narrow/index.html
@@ -14,11 +14,17 @@
<!-- 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>
- <div class="container-narrow">
+ <div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li class="active"><a href="#">Home</a></li>
@@ -31,7 +37,7 @@
<div class="jumbotron">
<h1>Jumbotron heading</h1>
<p class="lead">Cras justo odio, dapibus ac facilisis in, egestas eget quam. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.</p>
- <p><a class="btn btn-large btn-success" href="#">Sign up today</a></p>
+ <p><a class="btn btn-lg btn-success" href="#">Sign up today</a></p>
</div>
<div class="row marketing">
@@ -64,5 +70,9 @@
</div> <!-- /container -->
+
+ <!-- Bootstrap core JavaScript
+ ================================================== -->
+ <!-- Placed at the end of the document so the pages load faster -->
</body>
</html>