aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less5
-rw-r--r--less/dropdowns.less6
2 files changed, 6 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index ad93e3dd2..a70d0153d 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -143,8 +143,3 @@
}
}
-// Small button dropdowns
-.btn-small .caret {
- margin-top: 4px;
-}
-
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 1e58ebf79..e98dc4557 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -32,6 +32,7 @@
content: "\2193";
}
+// Place the caret
.dropdown .caret {
margin-top: 8px;
margin-left: 2px;
@@ -41,6 +42,11 @@
.opacity(100);
}
+// Small button dropdowns
+.btn-small .caret {
+ margin-top: 6px;
+}
+
// The dropdown menu (ul)
// ----------------------
.dropdown-menu {