Commit 6d84d491 authored by Mark Otto's avatar Mark Otto
Browse files

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

parents 233378ad 87065772
Showing with 12 additions and 0 deletions
+12 -0
...@@ -776,6 +776,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u ...@@ -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>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
<th scope="col">Heading</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
...@@ -786,6 +789,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u ...@@ -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>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr> </tr>
<tr> <tr>
<th scope="row">2</th> <th scope="row">2</th>
...@@ -794,6 +800,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u ...@@ -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>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr> </tr>
<tr> <tr>
<th scope="row">3</th> <th scope="row">3</th>
...@@ -802,6 +811,9 @@ Use `.table-responsive{-sm|-md|-lg|-xl}` as needed to create responsive tables u ...@@ -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>
<td>Cell</td>
<td>Cell</td>
<td>Cell</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment