diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-03-29 13:20:55 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-03-29 13:20:55 -0400 |
commit | fd3915f080947a04f25e8a45ff03a92f7db9131d (patch) | |
tree | 923d89f95c796f2f1aa16fab5db0056d0e56c08a /swatchmaker/test | |
parent | d9e8b1c5fc22e06d6dd4f403ebf9709a1b491a46 (diff) |
preview pages: add .control-group.info
Diffstat (limited to 'swatchmaker/test')
-rwxr-xr-x | swatchmaker/test/test.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swatchmaker/test/test.html b/swatchmaker/test/test.html index 25a3f05d..63b0b497 100755 --- a/swatchmaker/test/test.html +++ b/swatchmaker/test/test.html @@ -564,8 +564,8 @@ <span class="help-inline">Woohoo!</span> </div> </div> - <div class="control-group success"> - <label class="control-label" for="selectError">Select with success</label> + <div class="control-group info"> + <label class="control-label" for="selectError">Select with info</label> <div class="controls"> <select id="selectError"> <option>1</option> |