From 38b870dfe446bfa7efa7b3d7556f43c66b9fbcba Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Sun, 11 Nov 2012 12:48:45 +0530 Subject: [PATCH] Address review comments by Niklas in MW gerrit https://gerrit.wikimedia.org/r/#/c/32865/ Change-Id: I7e9e25c3f62bc577b1483f5035e88327a12837c0 --- css/jquery.uls.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/jquery.uls.css b/css/jquery.uls.css index 0b65c0b..31a3450 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -29,7 +29,7 @@ background-clip: padding-box; } -.uls-title a{ +.uls-title a { padding-left: 15px; } @@ -118,9 +118,9 @@ div.uls-region { padding-right: 0; float: right; overflow: hidden; - color: rgba(0,0,0,0); + color: rgba(0,0,0,0); opacity: 0.7; - transition: color 0.15s linear; + transition: color 0.15s linear; -moz-transition: color 0.15s linear; -webkit-transition: color 0.15s linear; } @@ -134,7 +134,7 @@ div.uls-region { border-color: transparent; } -#map-block:hover #uls-region-1.active{ +#map-block:hover #uls-region-1.active { border-color: #3366bb; }