Merge branch 'master' of https://github.com/nemobis/jquery.uls into nemobis-master

Change-Id: I27589e099cf9841194c92228b8d91cee33937390
This commit is contained in:
Santhosh Thottingal
2014-06-02 10:03:31 +05:30
3 changed files with 1 additions and 16 deletions

View File

@@ -69,16 +69,6 @@
border-bottom: none;
}
.uls-worldmap {
/* @embed */
background: transparent url('../images/world_map.png') no-repeat scroll right top;
/* @embed */
background-image: -webkit-linear-gradient(transparent, transparent), url('../images/world_map.svg');
/* @embed */
background-image: linear-gradient(transparent, transparent), url('../images/world_map.svg');
background-size: 100%;
}
div.uls-region {
cursor: pointer;
padding: 0;
@@ -89,11 +79,6 @@ div.uls-region {
border-bottom-width: 2px;
}
.uls-worldmap .uls-region { /* The map doesn't flip */
/* @noflip */
float: left;
}
.uls-region a {
bottom: 2px;
left: 2px;
@@ -115,6 +100,7 @@ div.uls-region {
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
}
<<<<<<< HEAD
.uls-map-block .active {
border-bottom-color: #3366bb;
border-bottom-style: solid;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 19 KiB