aboutsummaryrefslogtreecommitdiff
path: root/less/button-groups.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-30 21:15:57 -0800
committerMark Otto <[email protected]>2012-01-30 21:15:57 -0800
commit0f3a073b8dca534e78c09b71999d5a2632e2245d (patch)
tree360f2a5f2152dc666ced31e21a6525d0e7eb2fa6 /less/button-groups.less
parent21bebe77feb9265b06d65e1e941cf7c73c4d90c1 (diff)
downloadbootstrap-0f3a073b8dca534e78c09b71999d5a2632e2245d.tar.xz
bootstrap-0f3a073b8dca534e78c09b71999d5a2632e2245d.zip
*really* refactor the buttons and update them all over the docs
Diffstat (limited to 'less/button-groups.less')
-rw-r--r--less/button-groups.less10
1 files changed, 5 insertions, 5 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 7367103ca..4b0523df2 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -130,10 +130,10 @@
// Account for other colors
-.primary,
-.danger,
-.info,
-.success {
+.btn-primary,
+.btn-danger,
+.btn-info,
+.btn-success {
.caret {
border-top-color: @white;
.opacity(75);
@@ -141,7 +141,7 @@
}
// Small button dropdowns
-.btn.small .caret {
+.btn-small .caret {
margin-top: 4px;
}