From de0a2427f34f24d455faf6f4a45e934b8abdf2bb Mon Sep 17 00:00:00 2001 From: pginer Date: Thu, 15 Nov 2012 11:54:30 +0100 Subject: [PATCH] Another spacing fix Spacing CSS fix about the lack of space before a bracket. --- css/jquery.uls.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 7485ec0..2b7a779 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -124,7 +124,7 @@ div.uls-region { -webkit-transition: opacity 0.2s linear; } -#map-block a{ +#map-block a { opacity:0; transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear;