summaryrefslogtreecommitdiff
path: root/swatchmaker/test/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'swatchmaker/test/test.html')
-rwxr-xr-xswatchmaker/test/test.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/swatchmaker/test/test.html b/swatchmaker/test/test.html
index 25a3f05d..eaeee29e 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>
@@ -696,7 +696,7 @@
<ul class="nav nav-tabs">
<li class="active"><a href="#A" data-toggle="tab">Section 1</a></li>
<li><a href="#B" data-toggle="tab">Section 2</a></li>
- <li><a href="#C" data-toggle="tab">Section 3</a></li>
+ <li class="disabled"><a href="#C" data-toggle="tab">Section 3</a></li>
</ul>
<div class="tabbable">
<div class="tab-content">
@@ -873,6 +873,7 @@
<script src="../bootstrap/docs/assets/js/bootstrap-carousel.js"></script>
<script src="../bootstrap/docs/assets/js/bootstrap-typeahead.js"></script>
<script src="../bootstrap/docs/assets/js/bootstrap-affix.js"></script>
+ <script src="jquery.smooth-scroll.min.js"></script>
<script src="bootswatch.js"></script>