aboutsummaryrefslogtreecommitdiff
path: root/less/tests
diff options
context:
space:
mode:
Diffstat (limited to 'less/tests')
-rw-r--r--less/tests/css-tests.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index 8dad598c9..58e25be61 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -374,6 +374,19 @@
</ul>
</li>
</ul>
+
+<h4>Dropdown on a button</h4>
+<div style="position: relative;">
+ <button class="btn" type="button" data-toggle="dropdown">Dropdown <span class="caret"></span></button>
+ <ul class="dropdown-menu">
+ <li><a href="#">Action</a></li>
+ <li><a href="#">Another action</a></li>
+ <li><a href="#">Something else here</a></li>
+ <li class="divider"></li>
+ <li><a href="#">Separated link</a></li>
+ </ul>
+</div>
+
<br>
@@ -445,6 +458,7 @@
</div>
+
<!-- Tabs
================================================== -->
@@ -491,6 +505,8 @@
+
+
<!-- Footer
================================================== -->
<footer class="footer">