From b609c455c20c4f89a03939fec1b393b35480bb48 Mon Sep 17 00:00:00 2001 From: pginer Date: Thu, 15 Nov 2012 11:51:35 +0100 Subject: [PATCH] Fix little spacing issues To comply with our code guidelines, a newline has been added to separate two css rules as noted by Nikerabbit. --- css/jquery.uls.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index cf08ece..7485ec0 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -130,6 +130,7 @@ div.uls-region { -moz-transition: opacity 0.15s linear; -webkit-transition: opacity 0.15s linear; } + #map-block:hover, #map-block:hover a { opacity: 1; color: #333;