]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large' 2117/head
authorBilly Vong <billyvg@gmail.com>
Mon, 20 Feb 2012 21:16:49 +0000 (13:16 -0800)
committerBilly Vong <billyvg@gmail.com>
Mon, 20 Feb 2012 21:16:49 +0000 (13:16 -0800)
less/buttons.less

index 55e9fbf1c1367cfa4b0483832cf2ce5680364426..39ea22b1f750a42098e5826e6cb033dc173297ce 100644 (file)
@@ -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;
   }