diff options
| author | Mark Otto <[email protected]> | 2013-01-16 11:38:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-16 11:38:34 -0800 |
| commit | 0df7411362bbfb1497c37d66e224ec88e34ffb8e (patch) | |
| tree | f8fae8b9398247ec7fd2dd9fa7e00d5328a6706c /less/type.less | |
| parent | 81a22e189a8e4a513fed6cb30a84aa30b793e246 (diff) | |
| download | bootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.tar.xz bootstrap-0df7411362bbfb1497c37d66e224ec88e34ffb8e.zip | |
Derp on type styles a bit more; bring back and fix up more more docs styles
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/less/type.less b/less/type.less index 7404a6c78..d5d1d8866 100644 --- a/less/type.less +++ b/less/type.less @@ -13,7 +13,7 @@ p { margin-bottom: @line-height-base; font-size: @font-size-base * 1.5; font-weight: 200; - line-height: @line-height-base * 1.5; + line-height: 1.25; } @@ -74,12 +74,12 @@ h6 { margin-bottom: @line-height-base / 2; } -h1 { font-size: @font-size-base * 2.75; } // ~38px -h2 { font-size: @font-size-base * 2.25; } // ~32px -h3 { font-size: @font-size-base * 1.75; } // ~24px -h4 { font-size: @font-size-base * 1.25; } // ~18px -h5 { font-size: @font-size-base; } -h6 { font-size: @font-size-base * 0.85; } // ~12px +h1 { font-size: @font-size-base * 2.75; font-size: 4rem; } // ~38px +h2 { font-size: @font-size-base * 2.25; font-size: 3rem; } // ~32px +h3 { font-size: @font-size-base * 1.75; font-size: 2.5rem; } // ~24px +h4 { font-size: @font-size-base * 1.25; font-size: 2rem; } // ~18px +h5 { font-size: @font-size-base; font-size: 1.6rem; } +h6 { font-size: @font-size-base * 0.85; font-size: 1.2rem; } // ~12px h1 small { font-size: @font-size-base * 1.75; } // ~24px h2 small { font-size: @font-size-base * 1.25; } // ~18px |
