aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-17 20:28:05 -0800
committerMark Otto <[email protected]>2013-01-17 20:28:05 -0800
commit1b128b34310898382e1af54abbf6be3ec6e55361 (patch)
tree2d2efe3ee83768b3ba64cab9f972e354fdf23efe /docs
parentfd89531f6ae7c2ec9fdaf32f2a8ced34875571e6 (diff)
downloadbootstrap-1b128b34310898382e1af54abbf6be3ec6e55361.tar.xz
bootstrap-1b128b34310898382e1af54abbf6be3ec6e55361.zip
comment tweaks and updating starter template
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/components.html2
-rw-r--r--docs/css.html2
-rw-r--r--docs/customize.html2
-rw-r--r--docs/examples/starter-template.html21
-rw-r--r--docs/gallery.html2
-rw-r--r--docs/getting-started.html2
-rw-r--r--docs/index.html2
-rw-r--r--docs/javascript.html2
-rw-r--r--docs/templates/layout.mustache2
10 files changed, 19 insertions, 20 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index e446368dd..904c8dc63 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -2204,7 +2204,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; 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>
diff --git a/docs/components.html b/docs/components.html
index d946a937e..1c98fdd46 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -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>
diff --git a/docs/css.html b/docs/css.html
index 60e9ddcf0..70db89e51 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -2390,7 +2390,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; 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>
diff --git a/docs/customize.html b/docs/customize.html
index 23c690922..743a85451 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -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>
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html
index b81f21d17..88d39d979 100644
--- a/docs/examples/starter-template.html
+++ b/docs/examples/starter-template.html
@@ -2,23 +2,22 @@
<html lang="en">
<head>
<meta charset="utf-8">
- <title>Bootstrap, from Twitter</title>
+ <title>Starter template &middot; 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>
diff --git a/docs/gallery.html b/docs/gallery.html
index a5379f9ef..6afad6a36 100644
--- a/docs/gallery.html
+++ b/docs/gallery.html
@@ -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>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 7bed1db61..3f1a75e24 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -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>
diff --git a/docs/index.html b/docs/index.html
index 269a2b02e..85c95f583 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -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>
diff --git a/docs/javascript.html b/docs/javascript.html
index 9b873d75d..6f547a917 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -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>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 275486055..a8986b82b 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -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>