aboutsummaryrefslogtreecommitdiff
path: root/less/tests
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-01 20:58:33 -0700
committerMark Otto <[email protected]>2012-08-01 20:58:33 -0700
commitfc7ecd78c88771ca9b899f19d56f84970fe9429b (patch)
treea4d5a61d7245bf07758d5d52aa2a3486d3cc6e73 /less/tests
parent4a84145c4328daf17f06704100671b7a0b6ee329 (diff)
downloadbootstrap-fc7ecd78c88771ca9b899f19d56f84970fe9429b.tar.xz
bootstrap-fc7ecd78c88771ca9b899f19d56f84970fe9429b.zip
add select element responsive CSS test
Diffstat (limited to 'less/tests')
-rw-r--r--less/tests/css-tests.html37
1 files changed, 24 insertions, 13 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 8d9785187..d7bca7b0f 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -818,6 +818,30 @@
<br>
+<h4>Fluid textarea at .span12</h4>
+<div class="row-fluid">
+ <div class="span12">
+ <textarea class="span12"></textarea>
+ </div>
+</div>
+
+
+<br>
+
+
+<h4>Selects</h4>
+<form>
+ <select class="span4">
+ <option>Option</option>
+ </select>
+</form>
+
+
+<br>
+
+
+
+
<!-- Dropdowns
================================================== -->
@@ -1098,19 +1122,6 @@
-<br>
-<br>
-<br>
-
-
- <h4>Fluid textarea at .span12</h4>
- <div class="row-fluid">
- <div class="span12">
- <textarea class="span12"></textarea>
- </div>
- </div>
-
-
</div><!-- /container -->