Commit f556da42 authored by Mark Otto's avatar Mark Otto
Browse files

zebra stripe that shit

parent a95a0ed7
Showing with 2 additions and 2 deletions
+2 -2
...@@ -591,7 +591,7 @@ ...@@ -591,7 +591,7 @@
<div class="span12"> <div class="span12">
<h3>Presenting code</h3> <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> <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> <thead>
<tr> <tr>
<th style="width: 190px;">Element</th> <th style="width: 190px;">Element</th>
...@@ -641,7 +641,7 @@ ...@@ -641,7 +641,7 @@
<div class="span12"> <div class="span12">
<h3>Label anything</h3> <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> <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> <thead>
<tr> <tr>
<th style="width: 50%;">Label</th> <th style="width: 50%;">Label</th>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment