Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
This commit is contained in:
commit
230d6c8783
2 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
.prepend-top-20
|
||||
.empty_wrapper
|
||||
%h3.page-title
|
||||
%h3.page-title-empty
|
||||
Command line instructions
|
||||
%div.git-empty
|
||||
%fieldset
|
||||
|
|
Loading…
Reference in a new issue