2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

removes table-responsive div from components/navs

This commit is contained in:
Mohamad El-Husseini
2015-08-28 11:35:11 -03:00
parent 232469549c
commit 81806703e5
-2
View File
@@ -316,7 +316,6 @@ When showing a new tab, the events fire in the following order:
If no tab was already active, then the `hide.bs.tab` and `hidden.bs.tab` events will not be fired. If no tab was already active, then the `hide.bs.tab` and `hidden.bs.tab` events will not be fired.
<div class="table-responsive">
<table class="table table-bordered table-striped"> <table class="table table-bordered table-striped">
<thead> <thead>
<tr> <tr>
@@ -343,7 +342,6 @@ If no tab was already active, then the `hide.bs.tab` and `hidden.bs.tab` events
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
{% highlight js %} {% highlight js %}
$('a[data-toggle="tab"]').on('shown.bs.tab', function (e) { $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {