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/getting-started/browser-device-support.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/getting-started/browser-device-support.html')
| -rw-r--r-- | docs/_includes/getting-started/browser-device-support.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 66b3844d2..b5a2d892d 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -18,7 +18,7 @@ </thead> <tbody> <tr> - <th>Android</th> + <th scope="row">Android</th> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-muted" rowspan="3" style="vertical-align: middle;">N/A</td> @@ -26,21 +26,21 @@ <td class="text-muted">N/A</td> </tr> <tr> - <th>iOS</th> + <th scope="row">iOS</th> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-muted">N/A</td> <td class="text-danger"><span class="glyphicon glyphicon-remove" aria-hidden="true"></span> Not Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> </tr> <tr> - <th>Mac OS X</th> + <th scope="row">Mac OS X</th> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> </tr> <tr> - <th>Windows</th> + <th scope="row">Windows</th> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> <td class="text-success"><span class="glyphicon glyphicon-ok" aria-hidden="true"></span> Supported</td> @@ -59,9 +59,9 @@ <table class="table table-bordered table-striped"> <thead> <tr> - <th scope="col" class="col-xs-4">Feature</th> - <th scope="col" class="col-xs-4">Internet Explorer 8</th> - <th scope="col" class="col-xs-4">Internet Explorer 9</th> + <th class="col-xs-4">Feature</th> + <th class="col-xs-4">Internet Explorer 8</th> + <th class="col-xs-4">Internet Explorer 9</th> </tr> </thead> <tbody> |
