diff options
| author | Mark Otto <[email protected]> | 2013-07-27 18:56:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-27 18:56:31 -0700 |
| commit | b281ad64096d919145159ffbc4e1a5b284708d9b (patch) | |
| tree | 66ae3741f34561082a1703c197db9c635266b96a /customize.html | |
| parent | e953c23019ca8abd14e29eb03290ec6bbf5fedd9 (diff) | |
| download | bootstrap-b281ad64096d919145159ffbc4e1a5b284708d9b.tar.xz bootstrap-b281ad64096d919145159ffbc4e1a5b284708d9b.zip | |
Input groups overhaul
* Moves input groups CSS into separate file
* Moves input groups docs into the Components page
* Add support for radios and checkboxes in input groups to fix #8679
Diffstat (limited to 'customize.html')
| -rw-r--r-- | customize.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/customize.html b/customize.html index e90c116a1..ad283c64d 100644 --- a/customize.html +++ b/customize.html @@ -104,6 +104,13 @@ base_url: "../" <h3>Components</h3> <div class="row"> <div class="col-lg-4"> + <div class="checkbox"> + <label> + <input type="checkbox" checked value="input-groups.less"> + Input groups + </label> + </div> + <h4>Navigation</h4> <div class="checkbox"> <label> |
