diff options
| author | Mark Otto <[email protected]> | 2013-01-19 18:53:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-19 18:53:41 -0800 |
| commit | d30f47efb2580b0f435128940b48d5e5d30ca529 (patch) | |
| tree | e49324a9d4e5f95acfe2010161f78946b85e8a22 /less/type.less | |
| parent | c21c3f101b334fb176b5fc4efd437b7da724e1fc (diff) | |
| download | bootstrap-d30f47efb2580b0f435128940b48d5e5d30ca529.tar.xz bootstrap-d30f47efb2580b0f435128940b48d5e5d30ca529.zip | |
Tighten up badges docs; less bottom margin on h3
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index 563cee42e..29062be48 100644 --- a/less/type.less +++ b/less/type.less @@ -65,12 +65,12 @@ h1, h2, h3, h4, h5, h6 { } h1, -h2, -h3 { +h2 { margin-top: @line-height-base; margin-bottom: @line-height-base / 2; line-height: @line-height-base * 2; } +h3, h4, h5, h6 { |
