aboutsummaryrefslogtreecommitdiff
path: root/lib/button-groups.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-01-22 20:41:52 -0800
committerJacob Thornton <[email protected]>2012-01-22 20:41:52 -0800
commitf7b5e0f6b58ae137cc878a1660f9513e343a74c3 (patch)
treeac4b116b5871254cb1ffe956449caf607ea2590b /lib/button-groups.less
parent36d2679f8358f91d8a2c746e0f14b3500b73c163 (diff)
parent87113396dfbf7bfcb41c52702c6d8c861ab215c9 (diff)
downloadbootstrap-f7b5e0f6b58ae137cc878a1660f9513e343a74c3.tar.xz
bootstrap-f7b5e0f6b58ae137cc878a1660f9513e343a74c3.zip
Merge pull request #1046 from kevva/dropdown-menus
Scalable dropdown menus
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 253469f88..93fbb7f18 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; }
}