1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Update code vars

* Drop the `rgba()` border and fallback because fuck that noise
* Add vars to customizer
* Remove rogue `:`
This commit is contained in:
Mark Otto
2013-07-23 23:13:15 -07:00
parent ba954db159
commit cdf6019e11
3 changed files with 19 additions and 5 deletions

View File

@@ -407,6 +407,22 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
</div>
</div>
<h3>Code blocks</h3>
<div class="row">
<div class="col-lg-6">
<label>@code-color</label>
<input type="text" placeholder="#c7254e">
<label>@code-bg</label>
<input type="text" placeholder="#f9f2f4">
</div>
<div class="col-lg-6">
<label>@pre-bg</label>
<input type="text" placeholder="#f5f5f5">
<label>@code-border-color</label>
<input type="text" placeholder="#ccc">
</div>
</div>
<h4>Headings</h4>
<div class="row">
<div class="col-lg-6">