2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-27 14:46:01 +03:00

Fixes #6547: Make blockquotes use multiple of @baseFontSize

This commit is contained in:
Mark Otto
2013-01-11 20:55:09 -08:00
parent 88e816956a
commit 4de3a77a64
2 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -899,9 +899,9 @@ blockquote {
blockquote p {
margin-bottom: 0;
font-size: 16px;
font-size: 17.5px;
font-weight: 300;
line-height: 25px;
line-height: 1.25;
}
blockquote small {