]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
zebra stripe that shit
authorMark Otto <mark.otto@twitter.com>
Sat, 10 Sep 2011 22:30:42 +0000 (15:30 -0700)
committerMark Otto <mark.otto@twitter.com>
Sat, 10 Sep 2011 22:30:42 +0000 (15:30 -0700)
docs/index.html

index 2c32d50bceefb5755e156665d4f089176d8662b1..cee852b1d3b478f9724fa1348964e270e5b532b4 100644 (file)
     <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>
     <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>