modal heading line-height

This commit is contained in:
Mark Otto 2012-07-24 00:37:19 -07:00
parent 4912dd441d
commit c37aa99e28
2 changed files with 2 additions and 2 deletions

View File

@ -4717,7 +4717,7 @@ input[type="submit"].btn.btn-mini {
.modal-header h3 {
margin: 0;
line-height: 1;
line-height: 30px;
}
.modal-body {

View File

@ -59,7 +59,7 @@
// Heading
h3 {
margin: 0;
line-height: 1;
line-height: 30px;
}
}