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

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