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>2014-07-11 18:42:03 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-07-11 18:42:03 +0400
commitf3b0cb77fcb379107cdd4f770fdb16381cda1baf (patch)
tree725fcf17a0f9a65e15fe81b7f0451ff84cbe7fe1 /app
parent248b12833c775f39c5b99cd9a6eeb38ec5e54d53 (diff)
Make brand image fill 100% width of space
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/sections/login.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/login.scss b/app/assets/stylesheets/sections/login.scss
index 0e9a6a0a392..0763c682a92 100644
--- a/app/assets/stylesheets/sections/login.scss
+++ b/app/assets/stylesheets/sections/login.scss
@@ -11,7 +11,7 @@
.brand-image {
margin-bottom: 20px;
img {
- max-width: 100%;
+ width: 100%;
}
}