diff options
| author | Mark Otto <[email protected]> | 2012-04-15 16:48:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-15 16:48:17 -0700 |
| commit | d374fe92e57cc75fa3bc1e664b96ed7f2191c7e0 (patch) | |
| tree | 8fe8cd8605620c0d440a79f9bf9a6392f078b3f1 /less/tests/css-tests.html | |
| parent | 13e4d1d5ac90484c09ecb1a98e540309d043a6f7 (diff) | |
| download | bootstrap-d374fe92e57cc75fa3bc1e664b96ed7f2191c7e0.tar.xz bootstrap-d374fe92e57cc75fa3bc1e664b96ed7f2191c7e0.zip | |
simplify the left margin for offset grid columns
Diffstat (limited to 'less/tests/css-tests.html')
| -rw-r--r-- | less/tests/css-tests.html | 16 |
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"> |
