Commit efd5e29f authored by Simon Charette's avatar Simon Charette

Fixed small button caret and moved less code to dropdowns

parent 3d58b462
...@@ -141,8 +141,3 @@ ...@@ -141,8 +141,3 @@
} }
} }
// Small button dropdowns
.btn-small .caret {
margin-top: 4px;
}
...@@ -37,6 +37,10 @@ ...@@ -37,6 +37,10 @@
.open.dropdown .caret { .open.dropdown .caret {
.opacity(100); .opacity(100);
} }
// Small button dropdowns
.btn-small .caret {
margin-top: 6px;
}
// The dropdown menu (ul) // The dropdown menu (ul)
.dropdown-menu { .dropdown-menu {
position: absolute; position: absolute;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment