diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:28:05 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:28:05 -0800 |
| commit | 1b128b34310898382e1af54abbf6be3ec6e55361 (patch) | |
| tree | 2d2efe3ee83768b3ba64cab9f972e354fdf23efe /docs/examples | |
| parent | fd89531f6ae7c2ec9fdaf32f2a8ced34875571e6 (diff) | |
| download | bootstrap-1b128b34310898382e1af54abbf6be3ec6e55361.tar.xz bootstrap-1b128b34310898382e1af54abbf6be3ec6e55361.zip | |
comment tweaks and updating starter template
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/starter-template.html | 21 |
1 files changed, 10 insertions, 11 deletions
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 · 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> |
