Fix overly-large headings in modals.

master
Nick Sergeant 2013-02-03 13:49:10 -05:00
parent fe703ae570
commit 9fe8c519d3
3 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1315,6 +1315,7 @@ div.modal {
margin-top: 0;
}
h3 {
font-size: 20px;
line-height: 0;
span {
@ -1328,7 +1329,8 @@ div.modal {
}
h4 {
color: #AAA;
margin-top: 1px;
font-size: 16px;
margin: 0;
}
}
}