Remove broken font-size fix which is no longer needed

This commit is contained in:
Julius 2013-07-15 21:58:09 +02:00
parent 0e66414534
commit 4fafdcb7ad
1 changed files with 0 additions and 6 deletions

View File

@ -38,12 +38,6 @@ body {
dd { .clearfix(); }
}
// Fix nested content in btn-toolbar and btn-group, see https://github.com/twitter/bootstrap/issues/5497#issuecomment-10038711
.btn-toolbar > *,
.btn-group > * {
font-size: @baseFontSize;
}
// Do not use additional margin for input in table
.form-horizontal .control-group.control-group-intable,
.form-horizontal .controls.controls-intable {