]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update starter template to include left/right padding on inner container; also includ...
authorMark Otto <otto@github.com>
Fri, 1 Feb 2013 02:06:56 +0000 (18:06 -0800)
committerMark Otto <otto@github.com>
Fri, 1 Feb 2013 02:06:56 +0000 (18:06 -0800)
starter-template.html

index 9e8d7ad3bec02273b592b4ae581f7e8ca42eb818..9a026acf1b8030a752257e33ef8d39d8251d87a3 100644 (file)
 
     <!-- Custom styles for this template -->
     <style>
+      body {
+        padding-top: 50px;
+      }
       .starter-template {
-        padding: 60px 0;
+        padding: 40px 15px;
         text-align: center;
       }
     </style>