aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-15 13:58:23 -0700
committerMark Otto <[email protected]>2013-08-15 13:58:23 -0700
commit5349075f36528e5fc8e2bd7423d2d3c0d2a2a8fa (patch)
treea7d8178fa5611d9f62c04d0d12af517d2f968618 /customize.html
parentbf1772130855ba0423fabe8fdce8015a3f7f739c (diff)
downloadbootstrap-5349075f36528e5fc8e2bd7423d2d3c0d2a2a8fa.tar.xz
bootstrap-5349075f36528e5fc8e2bd7423d2d3c0d2a2a8fa.zip
update customizer vars
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/customize.html b/customize.html
index 4d5a53819..15c5a2cf3 100644
--- a/customize.html
+++ b/customize.html
@@ -788,6 +788,8 @@ base_url: "../"
<div class="row">
<div class="col-lg-6">
<h4>Common values</h4>
+ <label>@nav-link-padding</label>
+ <input type="text" class="form-control" placeholder="10px 15px">
<label>@nav-link-hover-bg</label>
<input type="text" class="form-control" placeholder="@gray-lighter">
<label>@nav-disabled-link-color</label>
@@ -1271,12 +1273,12 @@ base_url: "../"
</div>
<div class="col-lg-4">
<label>@pagination-active-bg</label>
- <input type="text" class="form-control" placeholder="#f5f5f5">
+ <input type="text" class="form-control" placeholder="@brand-primary">
<p class="help-block">Active background color</p>
</div>
<div class="col-lg-4">
<label>@pagination-active-color</label>
- <input type="text" class="form-control" placeholder="@gray-light">
+ <input type="text" class="form-control" placeholder="#fff">
<p class="help-block">Active text color</p>
</div>
<div class="col-lg-4">