Update jquery.uls from upstream

Upstream: https://github.com/wikimedia/jquery.uls/

Changes:

* Update Autonym font
* Code formatting fixes
* Localization updates
* Language autonym correction and language additions
* Performance fix for region selector

Change-Id: I1da30aa31ad8a4fe430a12fef05c4e6b54fc6648
This commit is contained in:
Santhosh Thottingal
2013-10-23 20:31:26 +05:30
parent 55eb19ecc5
commit 63a0dd5666
13 changed files with 18 additions and 21 deletions

View File

@@ -111,10 +111,8 @@ div.uls-region {
/*Cross-browser background transparency*/
background: #3366bb;
background: rgba(51, 102, 187, 0.1);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb,
endColorstr=#253366bb );
-ms-filter:
"progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb );
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#253366bb, endColorstr=#253366bb)";
}
.map-block .active {
@@ -270,4 +268,4 @@ div.uls-region {
.autonym {
font-family: 'Autonym', sans-serif;
}
}