2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Drop: deprecated .dropdown-menu.pull-right styles

This commit is contained in:
Mark Otto
2014-07-08 02:40:35 -07:00
parent 5c0d62bc22
commit 74ac24aa59
7 changed files with 4 additions and 20 deletions
-8
View File
@@ -46,14 +46,6 @@
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
// Aligns the dropdown menu to right
//
// Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`
&.pull-right {
right: 0;
left: auto;
}
// Dividers (basically an hr) within the dropdown
.divider {
.nav-divider(@dropdown-divider-bg);