summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2014-02-17 20:54:50 -0500
committerThomas Park <thomas@thomaspark.me>2014-02-17 20:54:50 -0500
commitd2e65ea05eea342bbb814119d709efd8b5690373 (patch)
treec3cf02c1d0356c7a0b16674a231ec617fa88ba2e /tests
parent45e85df5eb7f7d889296b8c8e41a2f4ecabfb730 (diff)
add table cell states to test page
Diffstat (limited to 'tests')
-rw-r--r--tests/components.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/tests/components.html b/tests/components.html
index a848e016..167dcb4b 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -561,6 +561,12 @@
</tr>
</thead>
<tbody>
+ <tr>
+ <td>6</td>
+ <td>Column content</td>
+ <td>Column content</td>
+ <td><a href="#">Column content</a></td>
+ </tr>
<tr class="success">
<td>1</td>
<td>Column content</td>
@@ -579,12 +585,6 @@
<td>Column content</td>
<td><a href="#">Column content</a></td>
</tr>
- <tr>
- <td>4</td>
- <td>Column content</td>
- <td>Column content</td>
- <td><a href="#">Column content</a></td>
- </tr>
<tr class="warning">
<td>5</td>
<td>Column content</td>
@@ -592,10 +592,10 @@
<td><a href="#">Column content</a></td>
</tr>
<tr>
- <td>6</td>
- <td>Column content</td>
- <td>Column content</td>
- <td><a href="#">Column content</a></td>
+ <td class="success"><a href="#">4</a></td>
+ <td class="info"><a href="#">Column content</a></td>
+ <td class="danger"><a href="#">Column content</a></td>
+ <td class="warning"><a href="#">Column content</a></td>
</tr>
<tr class="active">
<td>7</td>