Skip to content

Commit

Permalink
Merge pull request #777 from ceejayoz/2.0-wip
Browse files Browse the repository at this point in the history
Updated bordered-table example to use correct class in docs
  • Loading branch information
mdo committed Dec 10, 2011
2 parents 4d55356 + e603009 commit e240aac
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/base-css.html
Original file line number Diff line number Diff line change
Expand Up @@ -668,9 +668,8 @@ <h3>3. Bordered table</h3>
</tr>
</tbody>
</table>
<p><strong>Note:</strong> Zebra-striping is a progressive enhancement not available for older browsers like IE8 and below.</p>
<pre class="prettyprint linenums">
&lt;table class="striped-table"&gt;
&lt;table class="bordered-table"&gt;
...
&lt;/table&gt;</pre>
<h3>4. Condensed table</h3>
Expand Down

0 comments on commit e240aac

Please sign in to comment.