aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2012-04-16 15:37:17 -0700
committerJacob Thornton <[email protected]>2012-04-16 15:37:17 -0700
commita3ec868ac278fb4ec29b21b662f1fd417ac16f2a (patch)
treec605958d41617d563cfa7a0c43a9108d24a628c6 /less/type.less
parent457859feba3ca9a64a23dd38a4d65e3faad11b04 (diff)
downloadbootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.tar.xz
bootstrap-a3ec868ac278fb4ec29b21b662f1fd417ac16f2a.zip
few more property orders
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less2
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;
}