diff options
| author | Mark Otto <[email protected]> | 2014-11-30 01:32:03 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-30 01:32:03 -0800 |
| commit | e6fc081c91475237348fb1c75cf307a4acd69161 (patch) | |
| tree | c0f06a4cb5bd03b8623f840c7868d04e7eff98c2 /docs/_includes/components | |
| parent | bcb90ef3a0affa6540d141733a073593011af064 (diff) | |
| parent | 65f72ff095777646c5c1d76a4bc64fab2cbdfc61 (diff) | |
| download | bootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.tar.xz bootstrap-e6fc081c91475237348fb1c75cf307a4acd69161.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'docs/_includes/components')
| -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> |
