Commit e894e3ee authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Restyle sign-in page. Mention public projects

parent 95875061
/* Login Page */ /* Login Page */
body.login-page{ body.login-page{
background: #474D57; .container > .content {
.container .content { padding-top: 4%; } padding-top: 20px;
}
} }
.login-box{ .login-box{
......
...@@ -6,5 +6,10 @@ ...@@ -6,5 +6,10 @@
.container .container
.content .content
%center %center
= image_tag image_path "login-logo.png" %h1 GitLab
%p.light
GitLab is open source software to collaborate on code.
%br
#{link_to "Sign in", new_user_session_path} or browse for #{link_to "public projects", public_projects_path}.
%hr
= yield = yield
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment