scope table styles to a class, .table, instead of on the generic element as a smarter default
This commit is contained in:
parent
51f5b7b8af
commit
47b8184bbb
8 changed files with 86 additions and 81 deletions
|
|
@ -267,7 +267,7 @@
|
|||
================================================== -->
|
||||
<h1>Get started in no time.</h1>
|
||||
<p class="marketing-byline">Quickly start using Bootstrap within your workflow and development process.</p>
|
||||
<table class="table-bordered getting-started">
|
||||
<table class="table table-bordered getting-started">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="quick-start">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue