From: Billy Vong Date: Mon, 20 Feb 2012 21:16:49 +0000 (-0800) Subject: Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large' X-Git-Tag: v2.0.2~131^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2117%2Fhead;p=thirdparty%2Fbootstrap.git Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large' --- diff --git a/less/buttons.less b/less/buttons.less index 55e9fbf1c1..39ea22b1f7 100644 --- a/less/buttons.less +++ b/less/buttons.less @@ -172,11 +172,11 @@ input[type="submit"].btn { // IE7 has some default padding on button controls *padding-top: 2px; *padding-bottom: 2px; - &.large { + &.btn-large { *padding-top: 7px; *padding-bottom: 7px; } - &.small { + &.btn-small { *padding-top: 3px; *padding-bottom: 3px; }