diff options
| author | Mark Otto <[email protected]> | 2011-09-29 01:40:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-29 01:40:27 -0700 |
| commit | f919f6f94f3e8405d7653a5f16f8b3d587c47f4c (patch) | |
| tree | c9bc1845a2560ae3abedbe6f42363a2a36d8ccc9 /lib/type.less | |
| parent | 2d81d65533ded88c76712e787edbd745d38e403e (diff) | |
| download | bootstrap-f919f6f94f3e8405d7653a5f16f8b3d587c47f4c.tar.xz bootstrap-f919f6f94f3e8405d7653a5f16f8b3d587c47f4c.zip | |
huge update to forms, docs for the new forms, added a new link for js example to tabs/pills, add some new mixins
Diffstat (limited to 'lib/type.less')
| -rw-r--r-- | lib/type.less | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/type.less b/lib/type.less index 077ae9d8f..88b320459 100644 --- a/lib/type.less +++ b/lib/type.less @@ -41,15 +41,16 @@ h2 { font-size: 14px; } } -h3, h4, h5, h6 { - line-height: @baseline * 2; -} h3 { + line-height: @baseline * 2; font-size: 18px; small { font-size: 14px; } } +h4, h5, h6 { + line-height: @baseline; +} h4 { font-size: 16px; small { |
