Skip to content

Commit

Permalink
Fixing table headers to use title bar styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac Rogerson committed Nov 4, 2013
1 parent a7df39c commit d8cca95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions patterns/tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ <h3>Normal Table</h3>
<table>
<caption>Table Caption</caption>
<thead>
<tr>
<tr class="title-bar-dark">
<th>thead th</th>
<th>thead th</th>
<th>thead th</th>
Expand Down Expand Up @@ -34,7 +34,7 @@ <h3>Table with cell borders</h3>
<table class="cells">
<caption>Table Caption</caption>
<thead>
<tr>
<tr class="title-bar-dark">
<th>thead th</th>
<th>thead th</th>
<th>thead th</th>
Expand Down Expand Up @@ -80,7 +80,7 @@ <h3>Link Table</h3>
<table>
<caption>Table Caption</caption>
<thead>
<tr>
<tr class="title-bar-dark">
<th>thead th</th>
<th>thead th</th>
<th>thead th</th>
Expand Down Expand Up @@ -110,7 +110,7 @@ <h3>Link Table</h3>
<table class="cells">
<caption>Table Caption</caption>
<thead>
<tr>
<tr class="title-bar-dark">
<th>thead th</th>
<th>thead th</th>
<th>thead th</th>
Expand Down

0 comments on commit d8cca95

Please sign in to comment.