diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:30:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:30:19 -0800 |
| commit | ac3c907799848a4be3cd80765e385306491acf43 (patch) | |
| tree | 1abfa210c81e689769c1c372ed2327e7fff18c33 /docs/examples | |
| parent | 1b128b34310898382e1af54abbf6be3ec6e55361 (diff) | |
| download | bootstrap-ac3c907799848a4be3cd80765e385306491acf43.tar.xz bootstrap-ac3c907799848a4be3cd80765e385306491acf43.zip | |
finish updating starter template
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/starter-template.html | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/docs/examples/starter-template.html b/docs/examples/starter-template.html index 88d39d979..cea480d49 100644 --- a/docs/examples/starter-template.html +++ b/docs/examples/starter-template.html @@ -26,6 +26,14 @@ <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> <link rel="shortcut icon" href="../assets/ico/favicon.png"> + + <!-- Custom styles for this template --> + <style> + .starter-template { + padding: 60px 0; + text-align: center; + } + </style> </head> <body> @@ -52,8 +60,10 @@ <div class="container"> - <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 class="starter-template"> + <h1>Bootstrap starter template</h1> + <p class="lead">Use this document as a way to quickly start any new project.<br> All you get is this text and a mostly barebones HTML document.</p> + </div> </div><!-- /container --> |
