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
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-20 12:32:59 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-20 12:32:59 +0400
commit5a2111526dd7a255f74c98b95eeefc578ab0f444 (patch)
treea086e9a232ab2ae733bc767a3cf073165998ee9c /app/assets
parentc54d07b9ed083fe5739cc0e467eaf79b2deda255 (diff)
New logo/color for login screen
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/images/login-logo.pngbin1429 -> 10209 bytes
-rw-r--r--app/assets/stylesheets/sections/login.scss2
2 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/images/login-logo.png b/app/assets/images/login-logo.png
index 8c064b12dd0..a61c41303c4 100644
--- a/app/assets/images/login-logo.png
+++ b/app/assets/images/login-logo.png
Binary files differ
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss
index e3fe0b436c3..e6fbc837d9e 100644
--- a/app/assets/stylesheets/sections/login.scss
+++ b/app/assets/stylesheets/sections/login.scss
@@ -1,6 +1,6 @@
/* Login Page */
body.login-page{
- background: #EEE;
+ background: #474D57;
.container .content { padding-top: 5%; }
}