From e18a35784a57cba7554168ceb9b474e938c42f92 Mon Sep 17 00:00:00 2001 From: Billy Vong Date: Mon, 20 Feb 2012 13:16:49 -0800 Subject: [PATCH] Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large' --- less/buttons.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }