aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/carousel.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_includes/js/carousel.html')
-rw-r--r--docs/_includes/js/carousel.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/js/carousel.html b/docs/_includes/js/carousel.html
index bf2fbecec..e50708ae1 100644
--- a/docs/_includes/js/carousel.html
+++ b/docs/_includes/js/carousel.html
@@ -155,12 +155,12 @@ $('.carousel').carousel()
<h3 id="carousel-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-interval=""</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>
@@ -230,7 +230,7 @@ $('.carousel').carousel({
<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>