]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
comment tweaks and updating starter template
authorMark Otto <otto@github.com>
Fri, 18 Jan 2013 04:28:05 +0000 (20:28 -0800)
committerMark Otto <otto@github.com>
Fri, 18 Jan 2013 04:28:05 +0000 (20:28 -0800)
starter-template.html

index b81f21d1748cdbc71f2f03683461804a33e2b710..88d39d979d1ee41f92f9ab37f90448a318ed1d7a 100644 (file)
@@ -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>