summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/generic
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-29 07:29:07 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-29 07:29:07 +0000
commit3c997218f69d1309c363584979b1143eb083abb1 (patch)
treecdb1f8b514dabb1eac3e0e8c8fdec5a055ccc43d /app/assets/stylesheets/generic
parentada95df88ed845701143a0438fa0338d804c180f (diff)
parent59582aae578453a7f9888e2380a7412c4bf14f4f (diff)
downloadgitlab-ce-3c997218f69d1309c363584979b1143eb083abb1.tar.gz
Merge branch 'projects' into 'master'
page-title-fix Fixed .page-title margin See merge request !1458
Diffstat (limited to 'app/assets/stylesheets/generic')
-rw-r--r--app/assets/stylesheets/generic/typography.scss7
1 files changed, 7 insertions, 0 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;
}