aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-18 22:59:47 -0800
committerMark Otto <[email protected]>2014-12-18 22:59:47 -0800
commit547f16b58e54375b1d523cc6e2153993bf731875 (patch)
treef18b48483f690ff41c537f82d89118cc0f442336 /docs/components
parent83b32524044083c135e3f17ff5ef83bb701a7333 (diff)
downloadbootstrap-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.md4
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>