diff options
| author | Chris Rebert <[email protected]> | 2015-10-27 11:42:36 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-10-27 11:42:41 -0700 |
| commit | 5ee0d228566c8e3a72367383ec2712884e75ac8b (patch) | |
| tree | 03ee03a79233be5182b5ec49e6c9756c5689f22f /docs | |
| parent | c3834b8d5aedf1c632da8b612c736eec25108100 (diff) | |
| download | bootstrap-5ee0d228566c8e3a72367383ec2712884e75ac8b.tar.xz bootstrap-5ee0d228566c8e3a72367383ec2712884e75ac8b.zip | |
Capitalize header cells in option and method tables of JS docs
[skip sauce]
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components/carousel.md | 6 | ||||
| -rw-r--r-- | docs/components/collapse.md | 6 | ||||
| -rw-r--r-- | docs/components/modal.md | 6 | ||||
| -rw-r--r-- | docs/components/scrollspy.md | 6 |
4 files changed, 12 insertions, 12 deletions
diff --git a/docs/components/carousel.md b/docs/components/carousel.md index 63a5dead0..76278281e 100644 --- a/docs/components/carousel.md +++ b/docs/components/carousel.md @@ -144,9 +144,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 50px;">type</th> - <th style="width: 50px;">default</th> - <th>description</th> + <th style="width: 50px;">Type</th> + <th style="width: 50px;">Default</th> + <th>Description</th> </tr> </thead> <tbody> diff --git a/docs/components/collapse.md b/docs/components/collapse.md index d073a4aa3..57e3cd829 100644 --- a/docs/components/collapse.md +++ b/docs/components/collapse.md @@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 50px;">type</th> - <th style="width: 50px;">default</th> - <th>description</th> + <th style="width: 50px;">Type</th> + <th style="width: 50px;">Default</th> + <th>Description</th> </tr> </thead> <tbody> diff --git a/docs/components/modal.md b/docs/components/modal.md index caa974e23..11eceef3d 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -391,9 +391,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 50px;">type</th> - <th style="width: 50px;">default</th> - <th>description</th> + <th style="width: 50px;">Type</th> + <th style="width: 50px;">Default</th> + <th>Description</th> </tr> </thead> <tbody> diff --git a/docs/components/scrollspy.md b/docs/components/scrollspy.md index 45cc9db6c..4ae0fa219 100644 --- a/docs/components/scrollspy.md +++ b/docs/components/scrollspy.md @@ -121,9 +121,9 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap <thead> <tr> <th style="width: 100px;">Name</th> - <th style="width: 100px;">type</th> - <th style="width: 50px;">default</th> - <th>description</th> + <th style="width: 100px;">Type</th> + <th style="width: 50px;">Default</th> + <th>Description</th> </tr> </thead> <tbody> |
