From 9d350b206eb5909eee178524ecb22c3c1d71802b Mon Sep 17 00:00:00 2001 From: Jon Atkins Date: Tue, 16 Apr 2013 23:51:35 +0100 Subject: [PATCH] add background colour to large portal images - as some (e.g. zipcar) have transparency --- style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/style.css b/style.css index 458b905f..fc043a41 100644 --- a/style.css +++ b/style.css @@ -692,9 +692,8 @@ h3 { } #largepreview img { box-shadow: 0 0 40px #000; -} -#largepreview img { border: 2px solid #f8ff5e; + background-color: rgba(8, 48, 78, 0.9); /* as some images - eg ZipCar - have transparency */ } /* tooltips, dialogs */