diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 09:47:06 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-07-13 09:47:06 +0300 |
commit | 399d0bdde79774b4cc7e6a9dd480a8b7cb690bed (patch) | |
tree | bba59e61a71670770a6cef042a80d1e7fff52c69 /app/assets/stylesheets/gitlab_bootstrap/mixins.scss | |
parent | bea14d6c28b225980b64e7fd9d92ef50756cfd36 (diff) | |
download | gitlab-ce-399d0bdde79774b4cc7e6a9dd480a8b7cb690bed.tar.gz |
Use bootstrap typography for headers
Diffstat (limited to 'app/assets/stylesheets/gitlab_bootstrap/mixins.scss')
-rw-r--r-- | app/assets/stylesheets/gitlab_bootstrap/mixins.scss | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index 2f83ca0c034..c35c321f817 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss @@ -79,10 +79,8 @@ @mixin md-typography { code { padding: 0 4px; } p { font-size: 13px; } - h1 { font-size: 26px; line-height: 40px; margin: 10px 0;} - h2 { font-size: 22px; line-height: 40px; margin: 10px 0;} - h3 { font-size: 18px; line-height: 40px; margin: 10px 0;} - h4 { font-size: 16px; line-height: 20px; margin: 10px 0;} - h5 { font-size: 14px; line-height: 20px; margin: 10px 0;} - h6 { font-size: 12px; line-height: 20px; margin: 10px 0;} + h1 { margin-top: 30px;} + h2 { margin-top: 25px;} + h3 { margin-top: 20px;} + h4 { margin-top: 15px;} } |