aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/collapse.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-11-20 10:09:47 +0200
committerXhmikosR <[email protected]>2015-01-21 09:51:12 +0200
commita6f3bdb71f65e92e1ed4fe140683e49f99526442 (patch)
tree8ee50aa74fe83fcadaf0f9f049ca3533f46467c6 /docs/_includes/js/collapse.html
parentd5a2b27e1661f390e1f6cc00774f33effe0f03d3 (diff)
downloadbootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.tar.xz
bootstrap-a6f3bdb71f65e92e1ed4fe140683e49f99526442.zip
Move inline CSS to docs.css.
Diffstat (limited to 'docs/_includes/js/collapse.html')
-rw-r--r--docs/_includes/js/collapse.html10
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>