diff options
| author | Mark Otto <[email protected]> | 2013-07-19 23:43:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-19 23:43:17 -0700 |
| commit | 72d913baeba17b5f50b4ff2c91e6f762fa9c3554 (patch) | |
| tree | b32ddfda02a8b930506980a0a2c47758581a912e /customize.html | |
| parent | 7c5f7a4e82e2c58e833b3ad7682033c906f906db (diff) | |
| download | bootstrap-72d913baeba17b5f50b4ff2c91e6f762fa9c3554.tar.xz bootstrap-72d913baeba17b5f50b4ff2c91e6f762fa9c3554.zip | |
Move var in customize layout
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/customize.html b/customize.html index 511e94e41..fe59715a2 100644 --- a/customize.html +++ b/customize.html @@ -537,12 +537,7 @@ lead: Customize Bootstrap's components, LESS variables, and jQuery plugins to ge <input type="text" placeholder="6px"> <label>@border-radius-small</label> <input type="text" placeholder="3px"> - </div> - </div> - - <h4>Active background color</h4> - <div class="row"> - <div class="col-lg-6"> + <h4>Active background color</h4> <label>@component-active-bg</label> <input type="text" placeholder="@brand-primary"> <p class="help-block">Used for active or hovered items in places like navs or dropdowns.</p> |
