From: amid2887 Date: Mon, 1 Oct 2012 05:27:37 +0000 (+0700) Subject: Add missing icon class definition for buttons.less X-Git-Tag: v2.2.0^2~60^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5367%2Fhead;p=thirdparty%2Fbootstrap.git Add missing icon class definition for buttons.less add missing icon class definition for buttons: '[class*=" icon-"]' --- diff --git a/less/buttons.less b/less/buttons.less index 3fd1e95f5f..ada76ea223 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -78,7 +78,8 @@ line-height: normal; .border-radius(5px); } -.btn-large [class^="icon-"] { +.btn-large [class^="icon-"], +.btn-large [class*=" icon-"] { margin-top: 2px; } @@ -88,7 +89,8 @@ font-size: @baseFontSize - 2px; line-height: @baseLineHeight - 2px; } -.btn-small [class^="icon-"] { +.btn-small [class^="icon-"], +.btn-small [class*=" icon-"] { margin-top: 0; }