]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
modify the scaffolding page to fix the language around preboot/grid variables
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:24:38 +0000 (18:24 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:24:38 +0000 (18:24 -0800)
bootstrap.css
docs/assets/css/docs.css
docs/templates/pages/scaffolding.mustache

index 0cc74c8e21ad7a36b3c287ef198c7c2e3eaeed38..c626cb0f50e314f7279fbe7f795355461d236cca 100644 (file)
@@ -6,7 +6,7 @@
  * http://www.apache.org/licenses/LICENSE-2.0
  *
  * Designed and built with all the love in the world @twitter by @mdo and @fat.
- * Date: Tue Jan 24 17:04:46 PST 2012
+ * Date: Tue Jan 24 18:24:24 PST 2012
  */
 article,
 aside,
index d5192ca5534cdd3e4cba152a14e4ac104f54beb6..ac48c6e2b65ad08093ae3b90e2f5d39dec6d09cd 100644 (file)
@@ -168,7 +168,8 @@ section {
 .subhead .subnav-fixed {
   position: fixed;
   top: 40px;
-  z-index:1000;
+  z-index: 1030;
+  width: 938px;
 }
 
 
index 7c0c12e8f44fb9346bab710686684fde90133a43..a8638f2735e3f52b7fa6075aaf8f2a85667de2ae 100644 (file)
     </div>
     <div class="span4">
       <h3>{{_i}}How to customize{{/i}}</h3>
-      <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grids in the preboot.less file and use one of the <a href="#compiling">four ways documented to recompile</a>.{{/i}}</p>
+      <p>{{_i}}Modifying the grid means changing the three <code>@grid*</code> variables and recompiling Bootstrap. Change the grid variables in variables.less and use one of the <a href="#compiling">four ways documented to recompile</a>. If you're adding more columns, be sure to add the CSS for those in grid.less.{{/i}}</p>
     </div>
     <div class="span4">
       <h3>{{_i}}Staying responsive{{/i}}</h3>