diff options
| author | Mark Otto <[email protected]> | 2011-09-10 15:30:42 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-10 15:30:42 -0700 |
| commit | f556da42fce8005f298b3059108e57ac6f34b364 (patch) | |
| tree | 6e2643a7d1017882e61fe04c38fc216f0ba61e78 /docs | |
| parent | a95a0ed71c935c61c7c3d045e82df0b1d0cf5725 (diff) | |
| download | bootstrap-f556da42fce8005f298b3059108e57ac6f34b364.tar.xz bootstrap-f556da42fce8005f298b3059108e57ac6f34b364.zip | |
zebra stripe that shit
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 2c32d50bc..cee852b1d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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><pre></code> element. For inline code, use the <code><code></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> |
