diff options
| author | Jacob Thornton <[email protected]> | 2012-08-14 21:06:39 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-08-14 21:06:39 -0700 |
| commit | ae9a2bd93a8863eca8346f19a29d55f6c726a156 (patch) | |
| tree | 7e158118727accf105ffda746a280db35d31c2a6 /docs/examples | |
| parent | dee57462e2805421a0fe0d786229446bbaef677b (diff) | |
| parent | e1659b2c4ebcd1124665779fe045600207ea7333 (diff) | |
| download | bootstrap-ae9a2bd93a8863eca8346f19a29d55f6c726a156.tar.xz bootstrap-ae9a2bd93a8863eca8346f19a29d55f6c726a156.zip | |
Merge branch '2.1.0-wip' of https://github.com/twitter/bootstrap into 2.1.0-wip
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/hero.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/examples/hero.html b/docs/examples/hero.html index 3efe568eb..b567647ae 100644 --- a/docs/examples/hero.html +++ b/docs/examples/hero.html @@ -46,6 +46,18 @@ <li class="active"><a href="#">Home</a></li> <li><a href="#about">About</a></li> <li><a href="#contact">Contact</a></li> + <li class="dropdown"> + <a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a> + <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 class="nav-header">Nav header</li> + <li><a href="#">Separated link</a></li> + <li><a href="#">One more separated link</a></li> + </ul> + </li> </ul> <form class="navbar-form pull-right"> <input class="span2" type="text" placeholder="Email"> |
