Merge branch 'v4-dev' of https://github.com/Varunram/bootstrap into Varunram-v4-dev

This commit is contained in:
Mark Otto 2018-07-15 22:46:37 -07:00
commit 6d84d491d1
1 changed files with 12 additions and 0 deletions

View File

@ -776,6 +776,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
</tr>
</thead>
<tbody>
@ -786,6 +789,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
<tr>
<th scope="row">2</th>
@ -794,6 +800,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
<tr>
<th scope="row">3</th>
@ -802,6 +811,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr>
</tbody>
</table>