Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 23:45:31 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-01-27 23:47:39 +0300
commitb35f1d1c2f8741e777a670e06785b6ff47e7e764 (patch)
treeb148f8d09a274c3acfee5b97a0ab01e008ccae49 /app
parent94381704d1e739aa61fb60131bcfe12f918d7f74 (diff)
Increase font size for issue/mr titles
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/issues.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/issues.scss b/app/assets/stylesheets/sections/issues.scss
index fbfd9c8cd9b..7a9d3334d96 100644
--- a/app/assets/stylesheets/sections/issues.scss
+++ b/app/assets/stylesheets/sections/issues.scss
@@ -163,8 +163,9 @@ form.edit-issue {
}
}
-.issue-title {
+h3.issue-title {
margin-top: 0;
+ font-size: 2em;
}
.context .select2-container {