Fixed small button caret and moved less code to dropdowns

This commit is contained in:
Simon Charette 2012-03-04 15:49:55 -05:00
parent 3d58b46226
commit efd5e29ff4
2 changed files with 4 additions and 5 deletions

View File

@ -141,8 +141,3 @@
}
}
// Small button dropdowns
.btn-small .caret {
margin-top: 4px;
}

View File

@ -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;