diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:39:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:39:18 -0800 |
| commit | 47b8184bbb5784eb373ffbb905c8a1756eba3c6d (patch) | |
| tree | d78521de5aefc108003dcbb781260d6e7a664332 /docs/javascript.html | |
| parent | 51f5b7b8af6e0f6ef0dbe86528209cd664af240a (diff) | |
| download | bootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.tar.xz bootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.zip | |
scope table styles to a class, .table, instead of on the generic element as a smarter default
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index a132a4011..fb854d281 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -284,7 +284,7 @@ <p>Call the modal via javascript:</p> <pre class="prettyprint linenums">$('#myModal').modal(options)</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -349,7 +349,7 @@ $('#myModal').modal({ <pre class="prettyprint linenums">$('#myModal').modal('hide')</pre> <h3>Events</h3> <p>Bootstrap's modal class exposes a few events for hooking into modal functionality. </p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -666,7 +666,7 @@ $('#myModal').on('hidden', function () { </script></pre> </p> <h3>Events</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -719,7 +719,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>Trigger the tooltip via javascript:</p> <pre class="prettyprint linenums">$('#example').tooltip(options)</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -813,7 +813,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <p>Enable popovers via javascript:</p> <pre class="prettyprint linenums">$('#example').popover(options)</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -933,7 +933,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <pre class="prettyprint linenums">$(".alert-message").alert('close')</pre> <h3>Events</h3> <p>Bootstrap's alert class exposes a few events for hooking into alert functionality. </p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -976,7 +976,7 @@ $('#my-alert').bind('closed', function () { <div class="span9 columns"> <h2>Example uses</h2> <p>Use the buttons plugin for states and toggles.</p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <tbody> <tr> <td>Stateful</td> @@ -1125,7 +1125,7 @@ $('#my-alert').bind('closed', function () { <p>Enable via javascript:</p> <pre class="prettyprint linenums">$(".collapse").collapse()</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -1175,7 +1175,7 @@ $('#myCollapsible').collapse({ <p> Bootstrap's collapse class exposes a few events for hooking into collapse functionality. </p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -1261,7 +1261,7 @@ $('#myCollapsible').on('hidden', function () { <p>Call via javascript:</p> <pre class="prettyprint linenums">$('.carousel').carousel()</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> @@ -1310,7 +1310,7 @@ $('.myCarousel').carousel({ <p>Cycles to the next item.</p> <h3>Events</h3> <p>Bootstrap's modal class exposes a few events for hooking into modal functionality. </p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 150px;">Event</th> @@ -1358,7 +1358,7 @@ $('.myCarousel').carousel({ <p>Call the typeahead via javascript:</p> <pre class="prettyprint linenums">$('.typeahead').typeahead()</pre> <h3>Options</h3> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th style="width: 100px;">Name</th> |
