mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-22 05:03:16 +02:00
Capitalize header cells in option and method tables of JS docs
[skip sauce]
This commit is contained in:
@@ -144,9 +144,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px;">Name</th>
|
<th style="width: 100px;">Name</th>
|
||||||
<th style="width: 50px;">type</th>
|
<th style="width: 50px;">Type</th>
|
||||||
<th style="width: 50px;">default</th>
|
<th style="width: 50px;">Default</th>
|
||||||
<th>description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px;">Name</th>
|
<th style="width: 100px;">Name</th>
|
||||||
<th style="width: 50px;">type</th>
|
<th style="width: 50px;">Type</th>
|
||||||
<th style="width: 50px;">default</th>
|
<th style="width: 50px;">Default</th>
|
||||||
<th>description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@@ -391,9 +391,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px;">Name</th>
|
<th style="width: 100px;">Name</th>
|
||||||
<th style="width: 50px;">type</th>
|
<th style="width: 50px;">Type</th>
|
||||||
<th style="width: 50px;">default</th>
|
<th style="width: 50px;">Default</th>
|
||||||
<th>description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th style="width: 100px;">Name</th>
|
<th style="width: 100px;">Name</th>
|
||||||
<th style="width: 100px;">type</th>
|
<th style="width: 100px;">Type</th>
|
||||||
<th style="width: 50px;">default</th>
|
<th style="width: 50px;">Default</th>
|
||||||
<th>description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
Reference in New Issue
Block a user