Override Bootstrap's big blockquotes

(imported from commit ea69c25ba5c02ec13d19e8632927b49476813cba)
This commit is contained in:
Keegan McAllister 2012-09-17 17:28:56 -04:00
parent e6b80c890d
commit de298d732b
1 changed files with 5 additions and 0 deletions

View File

@ -124,6 +124,11 @@ blockquote {
margin-bottom: 6px;
}
blockquote p {
line-height: inherit;
font-size: inherit;
}
td.messagebox {
width: 470px;
max-width: 470px;