aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorSimon Charette <[email protected]>2012-03-04 15:49:55 -0500
committerSimon Charette <[email protected]>2012-03-04 15:49:55 -0500
commitefd5e29ff46444e11cc1decc77fa53ed22a6b496 (patch)
tree827578849e2ebfc4e5cf655ef538bb14defec58c /less
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
downloadbootstrap-efd5e29ff46444e11cc1decc77fa53ed22a6b496.tar.xz
bootstrap-efd5e29ff46444e11cc1decc77fa53ed22a6b496.zip
Fixed small button caret and moved less code to dropdowns
Diffstat (limited to 'less')
-rw-r--r--less/button-groups.less5
-rw-r--r--less/dropdowns.less4
2 files changed, 4 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index a04220a9a..ad6e46302 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -141,8 +141,3 @@
}
}
-// Small button dropdowns
-.btn-small .caret {
- margin-top: 4px;
-}
-
diff --git a/less/dropdowns.less b/less/dropdowns.less
index 1ec06b04a..66132cd97 100644
--- a/less/dropdowns.less
+++ b/less/dropdowns.less
@@ -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;