aboutsummaryrefslogtreecommitdiff
path: root/lib/button-groups.less
diff options
context:
space:
mode:
authorKevin Martensson <[email protected]>2012-01-18 14:02:18 +0100
committerKevin Martensson <[email protected]>2012-01-18 14:02:18 +0100
commit87113396dfbf7bfcb41c52702c6d8c861ab215c9 (patch)
tree4a1091db89e779bfbe597d01143212723267e220 /lib/button-groups.less
parentf2fadf1f0a3f444893fec394fd0180d03e1058a3 (diff)
downloadbootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.tar.xz
bootstrap-87113396dfbf7bfcb41c52702c6d8c861ab215c9.zip
Make dropdown menus scalable.
Diffstat (limited to 'lib/button-groups.less')
-rw-r--r--lib/button-groups.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/button-groups.less b/lib/button-groups.less
index e9724ba8c..8f4bbc510 100644
--- a/lib/button-groups.less
+++ b/lib/button-groups.less
@@ -88,7 +88,7 @@
// Reposition menu on open and round all corners
.btn-group.open .dropdown-menu {
display: block;
- top: 30px;
+ margin-top: 1px;
.border-radius(5px);
&.large { top: 40px; }
}