aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-30 22:45:39 -0700
committerMark Otto <[email protected]>2012-09-30 22:45:39 -0700
commitbbd543db53cd8c5d295db67af2bc2517d5c11f1c (patch)
tree15b9e94bfb14becdb0fb24e95436816fe7ff6606 /less
parentad96435d27de7661a158552ad088fd800fe66fe9 (diff)
parentda43c7c27cb08a76775ad64b5caa210630d0c2cd (diff)
downloadbootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.tar.xz
bootstrap-bbd543db53cd8c5d295db67af2bc2517d5c11f1c.zip
Merge branch '2.1.2-wip' into exploratory
Conflicts: docs/getting-started.html docs/templates/pages/getting-started.mustache
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less6
1 files changed, 4 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 33441ac70..25bfb9ae9 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -72,7 +72,8 @@
font-size: @fontSizeLarge;
.border-radius(@borderRadiusLarge);
}
-.btn-large [class^="icon-"] {
+.btn-large [class^="icon-"],
+.btn-large [class*=" icon-"] {
margin-top: 2px;
}
@@ -82,7 +83,8 @@
font-size: @fontSizeSmall;
.border-radius(@borderRadiusSmall);
}
-.btn-small [class^="icon-"] {
+.btn-small [class^="icon-"],
+.btn-small [class*=" icon-"] {
margin-top: 0;
}