diff options
| author | Mark Otto <[email protected]> | 2012-08-17 16:04:35 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-17 16:04:35 -0700 |
| commit | f9deb8017a81fd3d88306fab2d0a5715df9dfe74 (patch) | |
| tree | 36f25fe5da909aedcc46f9d611cebbf77f2d4ada /less/buttons.less | |
| parent | 2b22c0c56efb86c213884897f14383f45e1414b3 (diff) | |
| parent | 48f5626499024df6a5cf386a5456c9ff03564644 (diff) | |
| download | bootstrap-f9deb8017a81fd3d88306fab2d0a5715df9dfe74.tar.xz bootstrap-f9deb8017a81fd3d88306fab2d0a5715df9dfe74.zip | |
Merge branch '2.1.0-wip' of https://github.com/tobz/bootstrap into tobz-2.1.0-wip
Diffstat (limited to 'less/buttons.less')
| -rw-r--r-- | less/buttons.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less index a1d8989b6..872b5aec1 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -79,7 +79,7 @@ .border-radius(5px); } .btn-large [class^="icon-"] { - margin-top: 1px; + margin-top: 2px; } // Small @@ -89,7 +89,7 @@ line-height: @baseLineHeight - 2px; } .btn-small [class^="icon-"] { - margin-top: -1px; + margin-top: 0; } // Mini |
