From 4051277a76631b1f8b8ee42f53d4f71e31b99ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Tue, 7 Aug 2012 06:41:14 +0000 Subject: [PATCH] Fix the map in RTL, again Change-Id: Idde206fd968757cacf778ba41140b99e7f322cc7 --- 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 27d3b49..f3d6d9c 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -64,7 +64,7 @@ .uls-region { /* The map doesn't flip */ /* @noflip */ - float: left; + float: left !important; cursor: pointer; padding: 0px; margin: 0px;