aboutsummaryrefslogtreecommitdiff
path: root/less/buttons.less
diff options
context:
space:
mode:
authortobz <[email protected]>2012-08-15 10:37:49 -0300
committertobz <[email protected]>2012-08-15 10:37:49 -0300
commit6bfa58ea4d1eec673a4f99f3668ea558bef2feb9 (patch)
tree819ba35c470398ba637fb474f2066a78d7597ba2 /less/buttons.less
parentb0437bef7659c758398abd548fdee68e042cb336 (diff)
downloadbootstrap-6bfa58ea4d1eec673a4f99f3668ea558bef2feb9.tar.xz
bootstrap-6bfa58ea4d1eec673a4f99f3668ea558bef2feb9.zip
Updated margin adjustments of button-based icon overrides.
Diffstat (limited to 'less/buttons.less')
-rw-r--r--less/buttons.less4
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