aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Vong <[email protected]>2012-02-20 13:16:49 -0800
committerBilly Vong <[email protected]>2012-02-20 13:16:49 -0800
commite18a35784a57cba7554168ceb9b474e938c42f92 (patch)
tree7469b0260e7ef4d25e4ed4e9d4f3ff5cea36658a
parent3d58b4622671bc51c22c857641db3b988e73632a (diff)
downloadbootstrap-e18a35784a57cba7554168ceb9b474e938c42f92.tar.xz
bootstrap-e18a35784a57cba7554168ceb9b474e938c42f92.zip
Update old button selectors 'small' and 'large' to be 'btn-small' and 'btn-large'
-rw-r--r--less/buttons.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 55e9fbf1c..39ea22b1f 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;
}