diff options
| author | Jacob Thornton <[email protected]> | 2012-04-16 15:37:17 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-16 15:37:17 -0700 |
| commit | a3ec868ac278fb4ec29b21b662f1fd417ac16f2a (patch) | |
| tree | c605958d41617d563cfa7a0c43a9108d24a628c6 /less/type.less | |
| parent | 457859feba3ca9a64a23dd38a4d65e3faad11b04 (diff) | |
| download | bootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.tar.xz bootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.zip | |
few more property orders
Diffstat (limited to 'less/type.less')
| -rw-r--r-- | less/type.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/type.less b/less/type.less index 779e85960..8022a3e5d 100644 --- a/less/type.less +++ b/less/type.less @@ -52,8 +52,8 @@ h2 { } } h3 { - line-height: @baseLineHeight * 1.5; font-size: 18px; + line-height: @baseLineHeight * 1.5; small { font-size: 14px; } |
