From 11872b35d84f3ee2d2dfe2207e7f43fe4181808a Mon Sep 17 00:00:00 2001 From: Taylor Liss Date: Tue, 29 May 2018 09:34:05 -0400 Subject: [PATCH] Fix branding.css to support PSOBA image --- .../src/main/webapp/css/branding.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/onebusaway-enterprise-sound-webapp/src/main/webapp/css/branding.css b/onebusaway-enterprise-sound-webapp/src/main/webapp/css/branding.css index 8a943f21..4c93d9df 100644 --- a/onebusaway-enterprise-sound-webapp/src/main/webapp/css/branding.css +++ b/onebusaway-enterprise-sound-webapp/src/main/webapp/css/branding.css @@ -243,11 +243,15 @@ html, body { #topbar #branding { float: left; height: 90px; + width: 325px; } -#topbar #branding a img, -#topbar #branding a { - border: none; - text-decoration: none; +#topbar #branding a#agency-logo { + height: 90px; + background-image: url('img/agency_logo.png'); + display: block; + background-repeat: no-repeat; + background-size: contain; + width: 100%; } #topbar #search { float: right;