diff options
| author | Mark Otto <[email protected]> | 2014-12-18 22:59:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-12-18 22:59:47 -0800 |
| commit | 547f16b58e54375b1d523cc6e2153993bf731875 (patch) | |
| tree | f18b48483f690ff41c537f82d89118cc0f442336 /docs/components | |
| parent | 83b32524044083c135e3f17ff5ef83bb701a7333 (diff) | |
| download | bootstrap-547f16b58e54375b1d523cc6e2153993bf731875.tar.xz bootstrap-547f16b58e54375b1d523cc6e2153993bf731875.zip | |
rewrite all table styles to remove in selectors
Diffstat (limited to 'docs/components')
| -rw-r--r-- | docs/components/tables.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/tables.md b/docs/components/tables.md index 988005051..23e25a215 100644 --- a/docs/components/tables.md +++ b/docs/components/tables.md @@ -193,13 +193,13 @@ Add `.table-bordered` for borders on all sides of the table and cells. </thead> <tbody> <tr> - <th scope="row">1</tg> + <th scope="row">1</th> <td>Mark</td> <td>Otto</td> <td>@mdo</td> </tr> <tr> - <th scope="row">2</tg> + <th scope="row">2</th> <td>Mark</td> <td>Otto</td> <td>@TwBootstrap</td> |
