aboutsummaryrefslogtreecommitdiff
path: root/customize.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-20 00:03:08 -0700
committerMark Otto <[email protected]>2013-07-20 00:03:08 -0700
commit4b7f63a3a269987a967a8d6f419bdda3c0f206bf (patch)
tree72b61124571e6574df9ba4d8915060fd0047f5f7 /customize.html
parent72d913baeba17b5f50b4ff2c91e6f762fa9c3554 (diff)
downloadbootstrap-4b7f63a3a269987a967a8d6f419bdda3c0f206bf.tar.xz
bootstrap-4b7f63a3a269987a967a8d6f419bdda3c0f206bf.zip
Update vars for badges, breadcrumbs; update customize page
Diffstat (limited to 'customize.html')
-rw-r--r--customize.html47
1 files changed, 46 insertions, 1 deletions
diff --git a/customize.html b/customize.html
index fe59715a2..d5ed200a9 100644
--- a/customize.html
+++ b/customize.html
@@ -744,7 +744,6 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<label>@table-bg</label>
<input type="text" placeholder="transparent">
<p class="help-block">Default background color used for all tables.</p>
-
<label>@table-bg-accent</label>
<input type="text" placeholder="#f9f9f9">
<p class="help-block">Background color used for <code>.table-striped</code>.</p>
@@ -910,6 +909,52 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge
<label>@well-bg</label>
<input type="text" placeholder="#f5f5f5">
+ <h3>Accordion</h3>
+ <label>@accordion-border-bg</label>
+ <input type="text" placeholder="#e5e5e5">
+
+ <h3>Badges</h3>
+ <div class="row">
+ <div class="col-lg-6">
+ <label>@badge-color</label>
+ <input type="text" placeholder="#fff">
+ <p>Badge text color</p>
+ <label>@badge-bg</label>
+ <input type="text" placeholder="@gray-lighter">
+ <p>Badge background color</p>
+ <label>@badge-link-hover-color</label>
+ <input type="text" placeholder="#fff">
+ <p>Linked badge text color on hover</p>
+ </div>
+ <div class="col-lg-6">
+ <label>@badge-active-color</label>
+ <input type="text" placeholder="@link-color">
+ <p>Badge text color in active nav link</p>
+ <label>@badge-active-bg</label>
+ <input type="text" placeholder="#fff">
+ <p>Badge text color in active nav link</p>
+ </div>
+ </div>
+
+ <h3>Breadcrumbs</h3>
+ <div class="row">
+ <div class="col-lg-4">
+ <label>@breadcrumb-color</label>
+ <input type="text" placeholder="#ccc">
+ <p>Breadcrumb text color</p>
+ </div>
+ <div class="col-lg-4">
+ <label>@breadcrumb-bg</label>
+ <input type="text" placeholder="#f5f5f5">
+ <p>Breadcrumb background color</p>
+ </div>
+ <div class="col-lg-4">
+ <label>@breadcrumb-active-color</label>
+ <input type="text" placeholder="@gray-light">
+ <p>Text color of current page in the breadcrumb</p>
+ </div>
+ </div>
+
<h2 id="variables-jumbotron">Jumbotron</h2>
<div class="row">
<div class="col-lg-4">