diff options
| author | Mark Otto <[email protected]> | 2012-01-12 10:19:07 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-12 10:19:07 -0800 |
| commit | 5e3c21133430112bf8361827dc7a6a29f3f56c72 (patch) | |
| tree | 5ba07bc2c9eedcd3ecd0446de7a23e324e8f2057 /bootstrap.css | |
| parent | 620d987f9f4a6e5d7bcf270159aea10e01d32a35 (diff) | |
| download | bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.tar.xz bootstrap-5e3c21133430112bf8361827dc7a6a29f3f56c72.zip | |
fix type shorthand in blockquote
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootstrap.css b/bootstrap.css index 1250507b5..59cec1cd6 100644 --- a/bootstrap.css +++ b/bootstrap.css @@ -6,7 +6,7 @@ * http://www.apache.org/licenses/LICENSE-2.0 * * Designed and built with all the love in the world @twitter by @mdo and @fat. - * Date: Wed Jan 11 21:59:22 PST 2012 + * Date: Thu Jan 12 10:18:57 PST 2012 */ html, body { margin: 0; @@ -459,8 +459,8 @@ blockquote { } blockquote p { margin-bottom: 0; - font-size: 300; - font-weight: 16px; + font-size: 16px; + font-weight: 300; line-height: 22.5px; } blockquote small { |
