diff options
| author | Patrick H. Lauke <[email protected]> | 2017-04-27 23:57:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-27 23:57:10 +0100 |
| commit | f7f644a4e52a7e875d5c8574d2a8b7fd919e5005 (patch) | |
| tree | 8a3551b0b8180034b5cc72203e2f50cfb5f849a1 /docs/components/list-group.md | |
| parent | ebf0c3104e8c70daeb77696277e22366ec144b88 (diff) | |
| download | bootstrap-f7f644a4e52a7e875d5c8574d2a8b7fd919e5005.tar.xz bootstrap-f7f644a4e52a7e875d5c8574d2a8b7fd919e5005.zip | |
Documentation cleanup (inc. use of <input ... readonly> for static form controls example)
* Fix incorrect code indentation
* Remove unnecessary vendor prefix for `box-sizing` - all modern browsers now support this unprefixed
* Remove incorrect `<label>` and change static controls to readonly inputs
* Allow `<img>` elements without `src` to allow for `holder.js` images used in the docs, which lack `src` and use `data-src` instead
Diffstat (limited to 'docs/components/list-group.md')
| -rw-r--r-- | docs/components/list-group.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/components/list-group.md b/docs/components/list-group.md index fcaa364fb..dcf605aee 100644 --- a/docs/components/list-group.md +++ b/docs/components/list-group.md @@ -328,17 +328,17 @@ If no tab was already active, the `hide.bs.tab` and `hidden.bs.tab` events will <table class="table table-bordered table-striped table-responsive"> <thead> - <tr> - <th style="width: 150px;">Event type</th> - <th>Description</th> - </tr> + <tr> + <th style="width: 150px;">Event type</th> + <th>Description</th> + </tr> </thead> <tbody> <tr> <td>show.bs.tab</td> <td>This event fires on tab show, but before the new tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td> - </tr> - <tr> + </tr> + <tr> <td>shown.bs.tab</td> <td>This event fires on tab show after a tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td> </tr> |
