aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-01-12 17:54:30 -0800
committerMark Otto <[email protected]>2013-01-12 17:54:30 -0800
commitfb4fc323a2ef97ec9b383a1084c148cd3c67f091 (patch)
tree329c2637f45e0b6036cbce19794f955598ac3155
parenta9a66e9c341cf21bc53f2ce174254d4c615b400a (diff)
downloadbootstrap-fb4fc323a2ef97ec9b383a1084c148cd3c67f091.tar.xz
bootstrap-fb4fc323a2ef97ec9b383a1084c148cd3c67f091.zip
remove font-sizes from button group btn sizes
-rw-r--r--less/button-groups.less11
1 files changed, 0 insertions, 11 deletions
diff --git a/less/button-groups.less b/less/button-groups.less
index 8b6e78ff8..fcc0acb4c 100644
--- a/less/button-groups.less
+++ b/less/button-groups.less
@@ -37,17 +37,6 @@
margin-left: 1px;
}
-// Reset fonts for other sizes
-.btn-group > .btn-mini {
- font-size: @font-size-mini;
-}
-.btn-group > .btn-small {
- font-size: @font-size-small;
-}
-.btn-group > .btn-large {
- font-size: @font-size-large;
-}
-
// Set corners individual because sometimes a single button can be in a .btn-group and we need :first-child and :last-child to both match
.btn-group > .btn:first-child {
margin-left: 0;