aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-20 13:36:56 -0800
committerMark Otto <[email protected]>2012-02-20 13:36:56 -0800
commit2b8fc018ba43abbe1443e4bf9c2e8dffbd169215 (patch)
treef1446eb276da025a4a343d1e01f1f443e6862127
parent7ef7547a1421825cb73382ad6317aba8affe3dc8 (diff)
parente18a35784a57cba7554168ceb9b474e938c42f92 (diff)
downloadbootstrap-2b8fc018ba43abbe1443e4bf9c2e8dffbd169215.tar.xz
bootstrap-2b8fc018ba43abbe1443e4bf9c2e8dffbd169215.zip
Merge branch 'billyvg-main' into 2.0.2-wip
-rw-r--r--less/buttons.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 490c74a7b..85f18ff0c 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -171,11 +171,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;
}