mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-18 17:01:07 +00:00
lighten alert on less page
This commit is contained in:
parent
26ed8202ee
commit
9ef4171d03
3 changed files with 3 additions and 3 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
|
|
||||||
<div class="container">
|
<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!
|
<strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h3>How to customize</h3>
|
<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>
|
||||||
<div class="span4">
|
<div class="span4">
|
||||||
<h3>Staying responsive</h3>
|
<h3>Staying responsive</h3>
|
||||||
|
|
|
||||||
2
docs/templates/pages/less.mustache
vendored
2
docs/templates/pages/less.mustache
vendored
|
|
@ -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!
|
<strong>Heads up!</strong> This page is still under construction and is missing plenty of documentation. Hang tight!
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue