diff options
| author | Mark Otto <[email protected]> | 2014-11-29 23:17:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-29 23:17:36 -0800 |
| commit | 65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (patch) | |
| tree | 907bb9f49bc92bae2c44d32e4dc3d906b38b3c7f /docs/_includes/components/panels.html | |
| parent | 9928144dc4e8301ee0dd02ac073682d789b2adb1 (diff) | |
| parent | db4e5efb8f1ddf1720f20440bdc1e050f98e78e0 (diff) | |
| download | bootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.tar.xz bootstrap-65f72ff095777646c5c1d76a4bc64fab2cbdfc61.zip | |
Merge pull request #15133 from patrickhlauke/docs-table-fixes
Fixes to scope
Diffstat (limited to 'docs/_includes/components/panels.html')
| -rw-r--r-- | docs/_includes/components/panels.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/_includes/components/panels.html b/docs/_includes/components/panels.html index acf32c51c..501e4ddd3 100644 --- a/docs/_includes/components/panels.html +++ b/docs/_includes/components/panels.html @@ -150,19 +150,19 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> @@ -204,19 +204,19 @@ </thead> <tbody> <tr> - <td>1</td> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <td>2</td> + <th scope="row">2</th> <td>Jacob</td> <td>Thornton</td> <td>@fat</td> </tr> <tr> - <td>3</td> + <th scope="row">3</th> <td>Larry</td> <td>the Bird</td> <td>@twitter</td> |
