From 4d4202f9408cd5cd95ad5f488108c5d6b62f132b Mon Sep 17 00:00:00 2001 From: Maxime Roux Date: Thu, 19 Feb 2015 10:19:25 -0800 Subject: [PATCH] UI-1012: updated the logo on the login page --- apps/auth/style/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/auth/style/app.css b/apps/auth/style/app.css index c994e0dae..1c6427843 100644 --- a/apps/auth/style/app.css +++ b/apps/auth/style/app.css @@ -67,7 +67,7 @@ } #auth_container .right-div .logo-block { - background: url(static/images/logo.png) no-repeat center center; + background: url(static/images/logo.svg) no-repeat center center; width: 100%; height: 60px; margin: 40px 0;