.clearfix:before,
.clearfix:after {
display: table;
+ line-height: 0;
content: "";
}
.row:before,
.row:after {
display: table;
+ line-height: 0;
content: "";
}
.row-fluid:before,
.row-fluid:after {
display: table;
+ line-height: 0;
content: "";
}
.container:before,
.container:after {
display: table;
+ line-height: 0;
content: "";
}
.container-fluid:before,
.container-fluid:after {
display: table;
+ line-height: 0;
content: "";
}
h5 small,
h6 small {
font-weight: normal;
+ line-height: 1;
color: #999999;
}
.form-actions:before,
.form-actions:after {
display: table;
+ line-height: 0;
content: "";
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
display: table;
+ line-height: 0;
content: "";
}
.nav-tabs:after,
.nav-pills:after {
display: table;
+ line-height: 0;
content: "";
}
.tabbable:before,
.tabbable:after {
display: table;
+ line-height: 0;
content: "";
}
.navbar-form:before,
.navbar-form:after {
display: table;
+ line-height: 0;
content: "";
}
.pager:before,
.pager:after {
display: table;
+ line-height: 0;
content: "";
}
.modal-footer:before,
.modal-footer:after {
display: table;
+ line-height: 0;
content: "";
}
.thumbnails:before,
.thumbnails:after {
display: table;
+ line-height: 0;
content: "";
}