Update jquery.uls from upstream
Upstream: https://github.com/wikimedia/jquery.uls Changes: * Reduce data size of uls language data a bit by using unescaped unicode * Move the autonym font to example instead of making part of jquery.uls * Use attr and prop consistently in jquery.uls.lcd.js * Remove unnecessary object instance from jquery.uls.lcd.js * Avoid 'recalculate style' by changing classes conditionally while scrolling the language list * Remove non-existing "-ms-linear-gradient" * Localisation updates Change-Id: I10b8658e29c03b136b4475c4c69ace33e5628a98
This commit is contained in:
committed by
Nikerabbit
parent
1114384c19
commit
c197309810
@@ -196,7 +196,6 @@ div.uls-region {
|
||||
background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#FBFBFB));
|
||||
background: -webkit-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||
background: -moz-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||
background: -ms-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||
background: -o-linear-gradient(top, #F0F0F0, #FBFBFB);
|
||||
background: linear-gradient(#F0F0F0, #FBFBFB);
|
||||
border-top-color: #AAA;
|
||||
@@ -256,16 +255,3 @@ div.uls-region {
|
||||
.uls-menu .search-input-block {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Autonym';
|
||||
src: url('font/Autonym.eot');
|
||||
src: local('Autonym'),
|
||||
url('font/Autonym.woff') format('woff'),
|
||||
url('font/Autonym.ttf') format('truetype');
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.autonym {
|
||||
font-family: 'Autonym', sans-serif;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user