From f6e5a6f1ab214864a8197d901af720587785ff0a Mon Sep 17 00:00:00 2001 From: Thomas Bouron Date: Tue, 17 Jan 2017 08:58:48 +0000 Subject: [PATCH] Fix non valid CSS rule for example WAR Signed-off-by: Thomas Bouron --- .../webapps/hello-world-webapp/src/main/webapp/styles/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webapps/hello-world-webapp/src/main/webapp/styles/main.css b/examples/webapps/hello-world-webapp/src/main/webapp/styles/main.css index 27606d3ed..b47cd5b3a 100644 --- a/examples/webapps/hello-world-webapp/src/main/webapp/styles/main.css +++ b/examples/webapps/hello-world-webapp/src/main/webapp/styles/main.css @@ -24,7 +24,7 @@ body{ margin: 0; } #main{ - background: url('../images/BrooklynBridge3Large.png')fixed; + background: url('../images/BrooklynBridge3Large.png'); -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;