diff options
| -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..d78065294 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: 0px; } // Mini |
