diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:15:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:15:17 -0800 |
| commit | 10cb7c02f99b7ff27d95ca2ac7eab64846e13a41 (patch) | |
| tree | 8e1b1c86a6304467443ae802b31a35b76d8292f7 /lib/button-groups.less | |
| parent | fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412 (diff) | |
| parent | eab4d34ea06a3a76bba59faa5412affb8877b44c (diff) | |
| download | bootstrap-10cb7c02f99b7ff27d95ca2ac7eab64846e13a41.tar.xz bootstrap-10cb7c02f99b7ff27d95ca2ac7eab64846e13a41.zip | |
Merge pull request #1135 from kevva/patch
2.0-wip: Remove specific top value from large btn-dropdown.
Diffstat (limited to 'lib/button-groups.less')
| -rw-r--r-- | lib/button-groups.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/button-groups.less b/lib/button-groups.less index 93fbb7f18..4be4aca71 100644 --- a/lib/button-groups.less +++ b/lib/button-groups.less @@ -90,7 +90,6 @@ display: block; margin-top: 1px; .border-radius(5px); - &.large { top: 40px; } } .btn-group.open .dropdown-toggle { background-image: none; |
