summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 13:57:26 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-03 13:57:26 +0300
commit4e55dd5f1447d3050b3a683d0e5e131946ccedc0 (patch)
treea815a70269b507ab4ba2f5c2aea5c7730cd7c517
parent4656ef957a59a76b050badf60577c30bbf758535 (diff)
downloadgitlab-ce-4e55dd5f1447d3050b3a683d0e5e131946ccedc0.tar.gz
Change page-title font/color
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/generic/typography.scss1
-rw-r--r--app/assets/stylesheets/main/mixins.scss6
2 files changed, 4 insertions, 3 deletions
diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 4ab83786b50..9aa819d40fc 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -14,6 +14,7 @@ h2.page-title {
h3.page-title {
@include page-title;
+ font-size: 22px;
}
h6 {
diff --git a/app/assets/stylesheets/main/mixins.scss b/app/assets/stylesheets/main/mixins.scss
index 747676620b3..289490712b6 100644
--- a/app/assets/stylesheets/main/mixins.scss
+++ b/app/assets/stylesheets/main/mixins.scss
@@ -117,11 +117,11 @@
}
@mixin page-title {
- color: #333;
- font-size: 20px;
+ color: #555;
line-height: 1.5;
+ font-weight: normal;
margin-top: 0px;
- margin-bottom: 15px;
+ margin-bottom: 10px;
}
@mixin str-truncated($max_width: "82%") {