mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Fixed small button caret and moved less code to dropdowns
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user