2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Update remaining tables to Bootstrap tables in docs by adding .table class

This commit is contained in:
Mark Otto
2019-07-15 09:59:55 -07:00
committed by Mark Otto
parent 14e0ef57db
commit af9d6c3dd3
6 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -107,7 +107,7 @@ var bsAlert = new bootstrap.Alert(myAlert)
This makes an alert listen for click events on descendant elements which have the `data-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.)
<table>
<table class="table">
<thead>
<tr>
<th>Method</th>
@@ -152,7 +152,7 @@ alert.close()
Bootstrap's alert plugin exposes a few events for hooking into alert functionality.
<table>
<table class="table">
<thead>
<tr>
<th>Event</th>