diff options
| author | Mark Otto <[email protected]> | 2014-07-13 23:33:54 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-13 23:33:54 -0700 |
| commit | 3e896193abb3e529abd9260ebfc60d284071c4f3 (patch) | |
| tree | 37f588a3e503ba97471f7d32c4a1848956e9173a /less/type.less | |
| parent | b831dc06afdc65930436d4fb4e47307d01a1ef3e (diff) | |
| download | bootstrap-3e896193abb3e529abd9260ebfc60d284071c4f3.tar.xz bootstrap-3e896193abb3e529abd9260ebfc60d284071c4f3.zip | |
new navbar ideas
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less index bc4be377c..1bbf1af31 100644 --- a/less/type.less +++ b/less/type.less @@ -8,6 +8,7 @@ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { + margin-top: 0; font-family: @headings-font-family; font-weight: @headings-font-weight; line-height: @headings-line-height; @@ -24,7 +25,6 @@ h1, h2, h3, h4, h5, h6, h1, .h1, h2, .h2, h3, .h3 { - margin-top: @line-height-computed; margin-bottom: (@line-height-computed / 2); small, @@ -35,7 +35,6 @@ h3, .h3 { h4, .h4, h5, .h5, h6, .h6 { - margin-top: (@line-height-computed / 2); margin-bottom: (@line-height-computed / 2); small, |
