diff --git a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss index 3a9f42ea0ba152bda55c02b2846f4981cd5566ce..5e1d7f758febd121933b67e9292d67fe21d6adde 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/blocks.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/blocks.scss @@ -86,12 +86,15 @@ color: #456; font-size: 16px; text-shadow: 0 1px 1px #fff; - padding: 0px 10px; - line-height: 36px; + padding: 10px; font-size: 14px; font-weight: normal; margin: 0; + h5 { + margin: 0; + } + > a { text-shadow: 0 1px 1px #fff; } diff --git a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss index c35c321f817edb2e4f7e97fadada578b49031adc..5ef0fe16a96c90b32e7d83ecafc3a0fab3f9271a 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/mixins.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/mixins.scss @@ -84,3 +84,12 @@ h3 { margin-top: 20px;} h4 { margin-top: 15px;} } + +@mixin page-title { + color: #456; + font-size: 20px; + font-weight: normal; + line-height: 1.5; + margin-top: 0px; + margin-bottom: 15px; +} diff --git a/app/assets/stylesheets/gitlab_bootstrap/typography.scss b/app/assets/stylesheets/gitlab_bootstrap/typography.scss index 7ea7c56b4b24971b57cac8c9494163fe6fa7e09e..07df7f546d6eae0bb53bdc8a0ae5650bb7e8a222 100644 --- a/app/assets/stylesheets/gitlab_bootstrap/typography.scss +++ b/app/assets/stylesheets/gitlab_bootstrap/typography.scss @@ -3,13 +3,18 @@ * */ +h1.page-title { + @include page-title; + font-size: 28px; +} + +h2.page-title { + @include page-title; + font-size: 24px; +} + h3.page-title { - color: #456; - font-size: 20px; - font-weight: normal; - line-height: 28px; - margin-top: 0px; - margin-bottom: 15px; + @include page-title; } h6 { diff --git a/app/views/help/index.html.haml b/app/views/help/index.html.haml index 48c8112421f85c69fd6b7079d7d2211df0469e10..7cd7790d9cbaff5e47313b0a314fbacae476b00a 100644 --- a/app/views/help/index.html.haml +++ b/app/views/help/index.html.haml @@ -1,10 +1,9 @@ -%h3.page-title - GITLAB +%h2.page-title + GitLab .pull-right %span= Gitlab::VERSION %small= Gitlab::REVISION -%hr -%p.lead +%p.slead Self Hosted Git Management %br Fast, secure and stable solution based on Ruby on Rails. diff --git a/app/views/projects/merge_requests/index.html.haml b/app/views/projects/merge_requests/index.html.haml index 7db5a21280e1e83f046ce051f9d33a7682a552d1..f54a213a3f32640aa2f17d0d5de53736309fdecf 100644 --- a/app/views/projects/merge_requests/index.html.haml +++ b/app/views/projects/merge_requests/index.html.haml @@ -5,8 +5,6 @@ %h3.page-title Merge Requests -%br - .row .span3