mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-17 14:54:30 +01:00
Fixed small button caret and moved less code to dropdowns
This commit is contained in:
parent
3d58b46226
commit
efd5e29ff4
@ -141,8 +141,3 @@
|
||||
}
|
||||
}
|
||||
|
||||
// Small button dropdowns
|
||||
.btn-small .caret {
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
|
@ -37,6 +37,10 @@
|
||||
.open.dropdown .caret {
|
||||
.opacity(100);
|
||||
}
|
||||
// Small button dropdowns
|
||||
.btn-small .caret {
|
||||
margin-top: 6px;
|
||||
}
|
||||
// The dropdown menu (ul)
|
||||
.dropdown-menu {
|
||||
position: absolute;
|
||||
|
Loading…
x
Reference in New Issue
Block a user