2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Updated margin adjustments of button-based icon overrides.

This commit is contained in:
tobz
2012-08-15 10:37:49 -03:00
parent b0437bef76
commit 6bfa58ea4d
+2 -2
View File
@@ -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