2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

rewrite all table styles to remove in selectors

This commit is contained in:
Mark Otto
2014-12-18 22:59:47 -08:00
parent 83b3252404
commit 547f16b58e
8 changed files with 108 additions and 238 deletions
+2 -2
View File
@@ -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>