]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove font-sizes from button group btn sizes
authorMark Otto <otto@github.com>
Sun, 13 Jan 2013 01:54:30 +0000 (17:54 -0800)
committerMark Otto <otto@github.com>
Sun, 13 Jan 2013 01:54:30 +0000 (17:54 -0800)
less/button-groups.less

index 8b6e78ff89205aa822c7d55d35b5652f6080fa57..fcc0acb4ce3201d898482cf4403b9b7b8c0c23d3 100644 (file)
   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;