diff options
Diffstat (limited to 'docs/_includes/js/collapse.html')
| -rw-r--r-- | docs/_includes/js/collapse.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/js/collapse.html b/docs/_includes/js/collapse.html index ca84ac857..85b56d94a 100644 --- a/docs/_includes/js/collapse.html +++ b/docs/_includes/js/collapse.html @@ -192,12 +192,12 @@ $('.collapse').collapse() <h3 id="collapse-options">Options</h3> <p>Options can be passed via data attributes or JavaScript. For data attributes, append the option name to <code>data-</code>, as in <code>data-parent=""</code>.</p> <div class="table-responsive"> - <table class="table table-bordered table-striped"> + <table class="table table-bordered table-striped js-options-table"> <thead> <tr> - <th style="width: 100px;">Name</th> - <th style="width: 50px;">type</th> - <th style="width: 50px;">default</th> + <th>Name</th> + <th>type</th> + <th>default</th> <th>description</th> </tr> </thead> @@ -243,7 +243,7 @@ $('#myCollapsible').collapse({ <table class="table table-bordered table-striped bs-events-table"> <thead> <tr> - <th style="width: 150px;">Event Type</th> + <th>Event Type</th> <th>Description</th> </tr> </thead> |
