diff options
| author | Burak Tuyan <[email protected]> | 2012-01-30 01:13:21 +0200 |
|---|---|---|
| committer | Burak Tuyan <[email protected]> | 2012-01-30 01:13:21 +0200 |
| commit | 97b3057824272080166e592016131db53e55c427 (patch) | |
| tree | e92b1cc78ad7c39e73734de2e9d001fa823cde2a /docs/components.html | |
| parent | 918a17a30bbaed3f7d8c80a30b7766b95e636dff (diff) | |
| download | bootstrap-97b3057824272080166e592016131db53e55c427.tar.xz bootstrap-97b3057824272080166e592016131db53e55c427.zip | |
Extending the dropup support to tabs and pills
This was needed to match the color of the carets that are used for tabs and pills
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/components.html b/docs/components.html index f8b65b3ae..fd1c9e34c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -410,6 +410,16 @@ <li><a href="#">Separated link</a></li> </ul> </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropup <b class="caret bottom-up"></b></a> + <ul class="dropdown-menu bottom-up pull-right"> + <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> + </li> </ul> <pre class="prettyprint linenums"> <ul class="nav tabs"> @@ -442,6 +452,16 @@ <li><a href="#">Separated link</a></li> </ul> </li> + <li class="dropdown"> + <a class="dropdown-toggle" data-toggle="dropdown" href="#">Dropup <b class="caret bottom-up"></b></a> + <ul class="dropdown-menu bottom-up pull-right"> + <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> + </li> </ul> <pre class="prettyprint linenums"> <ul class="nav pills"> |
