aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-28 09:24:46 -0700
committerMark Otto <[email protected]>2013-06-28 09:24:46 -0700
commit0a92efce0cbded7b664a5e198bfe6bca3b13bcac (patch)
tree1f42df846e39b00e24a6fbe32909e300938fe784 /less
parent09cdee2f03aaad5c5a767fbec2e3896ad3d1f980 (diff)
downloadbootstrap-0a92efce0cbded7b664a5e198bfe6bca3b13bcac.tar.xz
bootstrap-0a92efce0cbded7b664a5e198bfe6bca3b13bcac.zip
Nuke hella things
* Any mentions of .btn-mini * Old docs page that somehow found it's way back
Diffstat (limited to 'less')
-rw-r--r--less/badges.less5
-rw-r--r--less/button-groups.less4
-rw-r--r--less/carousel.less2
3 files changed, 1 insertions, 10 deletions
diff --git a/less/badges.less b/less/badges.less
index 4750cfb75..665aed921 100644
--- a/less/badges.less
+++ b/less/badges.less
@@ -41,11 +41,6 @@ a.badge {
top: -1px;
}
}
-.btn-mini {
- .badge {
- top: 0;
- }
-}
// Account for counters in navs
a.list-group-item.active > .badge,
diff --git a/less/button-groups.less b/less/button-groups.less
index f7934a328..408e7c75d 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -96,10 +96,6 @@
padding-left: 8px;
padding-right: 8px;
}
-.btn-group > .btn-mini + .dropdown-toggle {
- padding-left: 5px;
- padding-right: 5px;
-}
.btn-group > .btn-large + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
diff --git a/less/carousel.less b/less/carousel.less
index a7a4672c1..13159db41 100644
--- a/less/carousel.less
+++ b/less/carousel.less
@@ -26,7 +26,7 @@
// Account for jankitude on images
> img,
> a > img {
- display: block;
+ .img-responsive();
line-height: 1;
}
}