diff options
author | Andrey <ad@2d-arts.com> | 2015-09-28 17:58:30 +0200 |
---|---|---|
committer | Andrey <ad@2d-arts.com> | 2015-09-28 17:58:30 +0200 |
commit | 59582aae578453a7f9888e2380a7412c4bf14f4f (patch) | |
tree | 6d5dc2e9c50e91e9d4a4e39f919e946ec6f3319d | |
parent | ad679127608ebb711bbd49268e3380a30aabb336 (diff) | |
download | gitlab-ce-59582aae578453a7f9888e2380a7412c4bf14f4f.tar.gz |
page-title-fix
-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 0ccb21f3cd1..9bd2ed0aefe 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 |