]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Fixes #10370: Improved and deprecated dropdown menu alignment options
authorMark Otto <otto@github.com>
Sat, 14 Dec 2013 21:22:56 +0000 (13:22 -0800)
committerMark Otto <otto@github.com>
Sat, 14 Dec 2013 21:22:56 +0000 (13:22 -0800)
commit11c6ab767cab5384188a301f7c9366b212432e81
treed25fa355c6eb3a20d6ea3703c88e9e42fbf1c0e7
parent914f5e6a1d6faf57988cd26c31200796a4b743a9
Fixes #10370: Improved and deprecated dropdown menu alignment options

* Removes an old pair of selectors that didn’t properly target the
right-aligned navbar alignment of dropdown menus.
* Deprecates the `.pull-right` alignment in favor of a more specific
and unique class name.
* Adds `.dropdown-menu-right` as the new alignment class. This is then
mixin-ed into the `.navbar-right.navbar-nav` dropdown menus for
auto-alignment.
* To override that auto-alignment, use `.dropdown-menu-left` as needed.
components.html
dist/css/bootstrap.css
dist/css/bootstrap.min.css
less/dropdowns.less
less/navbar.less