From 0c917f6d03370a7bf272c16b3613bcb6fb294ce1 Mon Sep 17 00:00:00 2001 From: Simon Redfern Date: Sun, 4 Oct 2015 14:22:17 +0200 Subject: [PATCH] Using new logo --- src/main/webapp/media/css/website.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/media/css/website.css b/src/main/webapp/media/css/website.css index 59ac552d..5f047bd9 100644 --- a/src/main/webapp/media/css/website.css +++ b/src/main/webapp/media/css/website.css @@ -166,7 +166,7 @@ input.submit { width: 279px; height: 38px; margin: 0 0 0 10px; - background: transparent url(../images/logo.png) no-repeat 50% 0; + background: transparent url("../images/OBP_full_web.png") left/100% no-repeat scroll; text-indent: -9999em; cursor: pointer; }