]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
lighten alert on less page
authorMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:26:45 +0000 (18:26 -0800)
committerMark Otto <markdotto@gmail.com>
Wed, 25 Jan 2012 02:26:45 +0000 (18:26 -0800)
docs/less.html
docs/scaffolding.html
docs/templates/pages/less.mustache

index c9e4473827f0d5ee227975ea93be76eb84787237..c8c1540b5938413f651ebbbd0c3b5b1b6d5c0f8a 100644 (file)
@@ -58,7 +58,7 @@
 
     <div class="container">
 
-      <div class="alert alert-block">
+      <div class="alert">
         <strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
       </div>
 
index 2684e32ec878a25125ce359360385ed68dca2cc1..1fd8363aebe53412fac54567d2445099a6b193bd 100644 (file)
     </div>
     <div class="span4">
       <h3>How to customize</h3>
-      <p>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>.</p>
+      <p>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.</p>
     </div>
     <div class="span4">
       <h3>Staying responsive</h3>
index 580fac2f69f15549167c40de0e361641ce62b009..b5cff2d114019b4d30da3e232e38a535676573d3 100644 (file)
@@ -1,4 +1,4 @@
-      <div class="alert alert-block">
+      <div class="alert">
         <strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
       </div>