diff --git a/css/jquery.uls.css b/css/jquery.uls.css index ab16834..9510adf 100644 --- a/css/jquery.uls.css +++ b/css/jquery.uls.css @@ -62,9 +62,6 @@ background-size: 100%; } .uls-region { - /* The map doesn't flip */ - /* @noflip */ - float: left !important; cursor: pointer; padding: 0; margin: 0; @@ -73,6 +70,11 @@ border-bottom-style: solid; border-bottom-width: 3px; } +.uls-worldmap .uls-region { + /* The map doesn't flip */ + /* @noflip */ + float: left; +} .uls-region a { bottom: 2px; position: absolute;