diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-07-29 18:58:58 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-07-29 18:58:58 -0400 |
commit | 721a5f1eedb24017b7a247e95eb408b932d8d7b4 (patch) | |
tree | b58492f003ac758faab0fde602cef30381b01128 /swatchmaker/test/test-full.html | |
parent | d1e895651b894b4e51883d1059c4d7fb2ba4be07 (diff) |
add dropdown label/input, alert link, and alert-warning to test page
Diffstat (limited to 'swatchmaker/test/test-full.html')
-rwxr-xr-x | swatchmaker/test/test-full.html | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/swatchmaker/test/test-full.html b/swatchmaker/test/test-full.html index 9d1cdd2d..e3b5b045 100755 --- a/swatchmaker/test/test-full.html +++ b/swatchmaker/test/test-full.html @@ -70,7 +70,7 @@ <li class="divider"></li> <li><a href="test.html">Cerulean</a></li> <li><a href="test.html">Cyborg</a></li> - <li><a href=".test.html">Journal</a></li> + <li><a href="test.html"><label>Label</label> <input type="text" placeholder="Input"></a></li> <li><a href="test.html">Simplex</a></li> <li><a href="test.html">Spacelab</a></li> <li><a href="test.html">United</a></li> @@ -503,6 +503,12 @@ <td>03/04/2012</td> <td>Pending</td> </tr> + <tr class="warning"> + <td>3</td> + <td>TB - Monthly</td> + <td>03/04/2012</td> + <td>Pending</td> + </tr> </tbody> </table> </div> @@ -2177,7 +2183,7 @@ <div class="alert alert-error"> <button type="button" class="close" data-dismiss="alert">×</button> - <strong>Oh snap!</strong> Change a few things up and try submitting again. + <strong>Oh snap!</strong> Change a few things up and try <a href="#">submitting again</a>. </div> <div class="alert alert-success"> |