diff options
| author | Mark Otto <[email protected]> | 2013-07-23 23:13:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-23 23:13:15 -0700 |
| commit | cdf6019e115a2dcc6521c3b13bf091119521e9fe (patch) | |
| tree | 86da67b2e1ec704b5b6d3384f48b25c3130c362e /customize.html | |
| parent | ba954db159138d5b9aeef3df638f91daec5e12eb (diff) | |
| download | bootstrap-cdf6019e115a2dcc6521c3b13bf091119521e9fe.tar.xz bootstrap-cdf6019e115a2dcc6521c3b13bf091119521e9fe.zip | |
Update code vars
* Drop the `rgba()` border and fallback because fuck that noise
* Add vars to customizer
* Remove rogue `:`
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/customize.html b/customize.html index d08fad737..afdef028b 100644 --- a/customize.html +++ b/customize.html @@ -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"> |
