diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-29 09:29:59 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-09-29 09:29:59 +0200 |
commit | 230d6c8783b94a6764b1b5310bb7c40f56be9ee3 (patch) | |
tree | b65277cd7abac8deeff8132f0568474fbdf69853 | |
parent | 679667d6dfdcffa47b611a5edf4501b56f183181 (diff) | |
parent | 3c997218f69d1309c363584979b1143eb083abb1 (diff) | |
download | gitlab-ce-230d6c8783b94a6764b1b5310bb7c40f56be9ee3.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r-- | app/assets/stylesheets/generic/typography.scss | 7 | ||||
-rw-r--r-- | app/views/projects/empty.html.haml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss index a004a6d9060..6a3cb49baae 100644 --- a/app/assets/stylesheets/generic/typography.scss +++ b/app/assets/stylesheets/generic/typography.scss @@ -12,6 +12,13 @@ body { line-height: 1.3; font-size: 1.25em; font-weight: 600; +} + +.page-title-empty { + margin-top: 0px; + line-height: 1.3; + font-size: 1.25em; + font-weight: 600; margin: 12px 7px 12px 7px; } diff --git a/app/views/projects/empty.html.haml b/app/views/projects/empty.html.haml index d8f9f692c0b..e06454fd148 100644 --- a/app/views/projects/empty.html.haml +++ b/app/views/projects/empty.html.haml @@ -17,7 +17,7 @@ .prepend-top-20 .empty_wrapper - %h3.page-title + %h3.page-title-empty Command line instructions %div.git-empty %fieldset |