0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

zebra stripe that shit

This commit is contained in:
Mark Otto 2011-09-10 15:30:42 -07:00
parent a95a0ed71c
commit f556da42fc

View File

@ -591,7 +591,7 @@
<div class="span12">
<h3>Presenting code</h3>
<p>Code, blocks of or just snippets inline, can be displayed with style just by wrapping in the right tag. For blocks of code spanning multiple lines, use the <code>&lt;pre&gt;</code> element. For inline code, use the <code>&lt;code&gt;</code> element.</p>
<table>
<table class="zebra-striped">
<thead>
<tr>
<th style="width: 190px;">Element</th>
@ -641,7 +641,7 @@
<div class="span12">
<h3>Label anything</h3>
<p>Ever needed one of those fancy <span class="label success">New!</span> or <span class="label important">Important</span> flags when writing code? Well, now you have them. Here's what's included by default:</p>
<table>
<table class="zebra-striped">
<thead>
<tr>
<th style="width: 50%;">Label</th>