aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 11:31:26 -0700
committerMark Otto <[email protected]>2013-08-15 11:31:26 -0700
commit209d3af30188a6b426f0cf84d81b367b2f056e1b (patch)
tree80cfd06df8c80ca1de5a4f64d40692920fe36c2c /customize.html
parenta5cb6c7a152d5b20a9ced4cbd5315dc2c03dbaf0 (diff)
downloadbootstrap-209d3af30188a6b426f0cf84d81b367b2f056e1b.tar.xz
bootstrap-209d3af30188a6b426f0cf84d81b367b2f056e1b.zip
Fixes #9617: consistent variation order, add .label-primary
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/customize.html b/customize.html
index f5ded3b94..4d5a53819 100644
--- a/customize.html
+++ b/customize.html
@@ -1302,14 +1302,20 @@ base_url: "../"
<h2 id="variables-labels">Labels</h2>
<div class="row">
<div class="col-lg-6">
+ <label>@label-default-bg</label>
+ <input type="text" class="form-control" placeholder="@gray-light">
+ <p class="help-block">Default label background color</p>
+ <label>@label-primary-bg</label>
+ <input type="text" class="form-control" placeholder="@brand-primary">
+ <p class="help-block">Primary label background color</p>
<label>@label-success-bg</label>
<input type="text" class="form-control" placeholder="@brand-success">
<p class="help-block">Success label background color</p>
+ </div>
+ <div class="col-lg-6">
<label>@label-info-bg</label>
<input type="text" class="form-control" placeholder="@brand-info">
<p class="help-block">Info label background color</p>
- </div>
- <div class="col-lg-6">
<label>@label-warning-bg</label>
<input type="text" class="form-control" placeholder="@brand-warning">
<p class="help-block">Warning label background color</p>