Skip to content

Commit

Permalink
Minor copy tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Hall committed Mar 9, 2009
1 parent bc2b2fd commit 73e6238
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Expand Up @@ -92,7 +92,7 @@ <h3>Tab Example</h3>
</div>
<div class="bd">
<h3>Tab Example with Spaces</h3>
<p>These tabs use the <span class="highlight">exact same markup</span> as the previous example with an extra <code>spaces</code> class added to the containing block.</p>
<p>These tabs use the <span class="highlight">exact same markup</span> as the previous example with an extra <code>class="spaces"</code> added to the containing block. This lets you switch between the two tab styles with very little fuss.</p>
</div>
</div>

Expand Down Expand Up @@ -133,15 +133,15 @@ <h3>Tables</h3>
</tr>
<tr>
<td><input type="checkbox" name="" value="" id=""></td>
<td>1</td>
<td>3</td>
<td>jake</td>
<td>John</td>
<td>Chambers</td>
<td class="text-right"><a href="#">view</a> | <a href="#">edit</a> | <a href="#">delete</a></td>
</tr>
<tr>
<td><input type="checkbox" name="" value="" id=""></td>
<td>1</td>
<td>4</td>
<td>calvin</td>
<td>Calvin</td>
<td>Tower</td>
Expand Down Expand Up @@ -202,7 +202,7 @@ <h2>Message Style Examples</h2>
</div>
<div class="bd">
<h3>Messages</h3>
<p>Notifying the user of a error, warning, or just a notice is easy with these simple alert boxes.</p>
<p>Notifying the user with an error, warning, or notice is easy with these simple alert boxes.</p>
<p class="alert error">Error message</p>
<p class="alert warning">Warning message</p>
<p class="alert notice">Notice message</p>
Expand Down

0 comments on commit 73e6238

Please sign in to comment.