mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-17 13:38:26 +01:00
comment tweaks and updating starter template
This commit is contained in:
parent
fd89531f6a
commit
1b128b3431
@ -2204,7 +2204,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -2064,7 +2064,7 @@ class="clearfix"
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -2390,7 +2390,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -480,7 +480,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -2,23 +2,22 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Bootstrap, from Twitter</title>
|
||||
<title>Starter template · Bootstrap</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
|
||||
<!-- Le styles -->
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../assets/css/bootstrap.css" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
|
||||
}
|
||||
</style>
|
||||
<link href="../assets/css/bootstrap-responsive.css" rel="stylesheet">
|
||||
|
||||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
|
||||
<!-- Documentation extras -->
|
||||
<link href="../assets/css/docs.css" rel="stylesheet">
|
||||
<link href="../assets/js/google-code-prettify/prettify.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/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
<!-- Fav and touch icons -->
|
||||
@ -56,9 +55,9 @@
|
||||
<h1>Bootstrap starter template</h1>
|
||||
<p>Use this document as a way to quick start any new project.<br> All you get is this message and a barebones HTML document.</p>
|
||||
|
||||
</div> <!-- /container -->
|
||||
</div><!-- /container -->
|
||||
|
||||
<!-- Le javascript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="../assets/js/jquery.js"></script>
|
||||
|
@ -173,7 +173,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -345,7 +345,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -182,7 +182,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
@ -1779,7 +1779,7 @@ $('[data-spy="affix"]').each(function () {
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
2
docs/templates/layout.mustache
vendored
2
docs/templates/layout.mustache
vendored
@ -124,7 +124,7 @@
|
||||
|
||||
|
||||
|
||||
<!-- JavaScript
|
||||
<!-- Bootstrap core JavaScript
|
||||
================================================== -->
|
||||
<!-- Placed at the end of the document so the pages load faster -->
|
||||
<script src="assets/js/jquery.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user