diff options
Diffstat (limited to 'docs/_includes/js/scrollspy.html')
| -rw-r--r-- | docs/_includes/js/scrollspy.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/js/scrollspy.html b/docs/_includes/js/scrollspy.html index 602373172..84370a7bf 100644 --- a/docs/_includes/js/scrollspy.html +++ b/docs/_includes/js/scrollspy.html @@ -106,12 +106,12 @@ $('[data-spy="scroll"]').each(function () { <h3 id="scrollspy-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-offset=""</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: 100px;">type</th> - <th style="width: 50px;">default</th> + <th>Name</th> + <th>type</th> + <th>default</th> <th>description</th> </tr> </thead> @@ -131,7 +131,7 @@ $('[data-spy="scroll"]').each(function () { <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> |
