diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:44:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:44:51 -0700 |
| commit | 00204a80cf1c45cb9d7d80986756401d304a3944 (patch) | |
| tree | 42c07a5fe192b61d4d4e41377fde8f70d791cf33 /bootstrap.css | |
| parent | 4e9849966d0f7b18cd4b8a22f6ef98c6900a2099 (diff) | |
| download | bootstrap-00204a80cf1c45cb9d7d80986756401d304a3944.tar.xz bootstrap-00204a80cf1c45cb9d7d80986756401d304a3944.zip | |
change h4 back to lineheight * 2
Diffstat (limited to 'bootstrap.css')
| -rw-r--r-- | bootstrap.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bootstrap.css b/bootstrap.css index 33cc011f9..acc05c717 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: Thu Sep 29 01:42:34 PDT 2011 + * Date: Thu Sep 29 01:44:42 PDT 2011 */ /* Reset.less * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc). @@ -441,20 +441,20 @@ h3 { h3 small { font-size: 14px; } -h4, h5, h6 { - line-height: 18px; -} h4 { font-size: 16px; + line-height: 36px; } h4 small { font-size: 12px; } h5 { font-size: 14px; + line-height: 18px; } h6 { font-size: 13px; + line-height: 18px; color: #777777; text-transform: uppercase; } |
