From 7500d0da0ecab0c0cc4fc217fe1c84268cf1b9d9 Mon Sep 17 00:00:00 2001 From: mrjato Date: Wed, 14 Feb 2018 10:25:13 +0100 Subject: [PATCH] Removes red background in login view Red background was added to the body of the login view for debugging purposes, but shouldn't have passed to a stable release. This commit removes the red background configuration. --- pom.xml | 2 +- src/main/webapp/css/login.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d9cb031..e33e3f1 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ es.uvigo.esei.daa example war - 0.1.0 + 0.1.1 DAA Example diff --git a/src/main/webapp/css/login.css b/src/main/webapp/css/login.css index e336712..68839b9 100644 --- a/src/main/webapp/css/login.css +++ b/src/main/webapp/css/login.css @@ -14,7 +14,6 @@ body { justify-content: center; padding-top: 40px; padding-bottom: 40px; - background-color: red; } .form-signin { -- 2.18.1