diff options
| author | Mark Otto <[email protected]> | 2013-01-11 20:55:09 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-11 20:55:09 -0800 |
| commit | 4de3a77a64b8f8f130d6d5134fb916c91d271e82 (patch) | |
| tree | 7aa19a4c8af58a7e4d34faaa0ffb0551ffdd2fc0 /docs | |
| parent | 88e816956a731c9e3284c55a7be0c81b447c2601 (diff) | |
| download | bootstrap-4de3a77a64b8f8f130d6d5134fb916c91d271e82.tar.xz bootstrap-4de3a77a64b8f8f130d6d5134fb916c91d271e82.zip | |
Fixes #6547: Make blockquotes use multiple of @baseFontSize
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 8abdfd205..0114d4e2f 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -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 { |
