diff options
| author | Mark Otto <[email protected]> | 2012-08-20 12:16:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-20 12:16:15 -0700 |
| commit | 6cf3752b9be2ad4f4804fc974d465e0f897a63df (patch) | |
| tree | c06947887ddf899f2a12fc82f379708590e58b12 /docs/components.html | |
| parent | 78cb09b440c8a49d988aecaf2adfec042c43351d (diff) | |
| download | bootstrap-6cf3752b9be2ad4f4804fc974d465e0f897a63df.tar.xz bootstrap-6cf3752b9be2ad4f4804fc974d465e0f897a63df.zip | |
fix ie7 dropdowns examples in docs
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index ce90be579..828ad7be2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -116,7 +116,7 @@ <p>Toggleable, contextual menu for displaying lists of links. Made interactive with the <a href="./javascript.html#dropdowns">dropdown javascript plugin</a>.</p> <div class="bs-docs-example"> <div class="dropdown clearfix"> - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px;"> + <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px; *width: 180px;"> <li><a tabindex="-1" href="#">Action</a></li> <li><a tabindex="-1" href="#">Another action</a></li> <li><a tabindex="-1" href="#">Something else here</a></li> @@ -166,7 +166,7 @@ <p>Add an extra level of dropdown menus, appearing on hover like those of OS X, with some simple markup additions. Add <code>.dropdown-submenu</code> to any <code>li</code> in an existing dropdown menu for automatic styling.</p> <div class="bs-docs-example"> <div class="dropdown clearfix"> - <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px;"> + <ul class="dropdown-menu" role="menu" aria-labelledby="dropdownMenu" style="display: block; position: static; margin-bottom: 5px; *width: 180px;"> <li><a tabindex="-1" href="#">Action</a></li> <li><a tabindex="-1" href="#">Another action</a></li> <li><a tabindex="-1" href="#">Something else here</a></li> |
