Bigger and bold title for issue/mr show pages

This commit is contained in:
Dmitriy Zaporozhets 2015-02-20 00:20:17 -08:00
parent 50df9a7cb9
commit 675f595406
3 changed files with 4 additions and 4 deletions

View file

@ -171,9 +171,9 @@ form.edit-issue {
}
}
h3.issue-title {
h2.issue-title {
margin-top: 0;
font-size: 2em;
font-weight: bold;
}
.context .select2-container {

View file

@ -26,7 +26,7 @@
Edit
%hr
%h3.issue-title
%h2.issue-title
= gfm escape_once(@issue.title)
%div
- if @issue.description.present?

View file

@ -1,4 +1,4 @@
%h3.issue-title
%h2.issue-title
= gfm escape_once(@merge_request.title)
%div