diff options
| author | Kevin Martensson <[email protected]> | 2012-01-24 17:55:01 +0100 |
|---|---|---|
| committer | Kevin Martensson <[email protected]> | 2012-01-24 17:55:01 +0100 |
| commit | eab4d34ea06a3a76bba59faa5412affb8877b44c (patch) | |
| tree | ffc9764573646da1624ac1b10dfb4f6d2dbd1aab | |
| parent | 16440eea92e97ae1027ba867839170bfe88ae38d (diff) | |
| download | bootstrap-eab4d34ea06a3a76bba59faa5412affb8877b44c.tar.xz bootstrap-eab4d34ea06a3a76bba59faa5412affb8877b44c.zip | |
Remove specific top value from large btn-dropdown.
| -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; |
