Merge pull request #113 from wikimedia/autonymfont

Autonym font
This commit is contained in:
Kartik Mistry
2013-10-17 21:42:48 -07:00
5 changed files with 14 additions and 1 deletions

View File

@@ -141,7 +141,7 @@
// Each column can have maximum 8 languages.
if ( $ul.length === 0 || $ul.find( 'li' ).length >= 8 || forceNew ) {
$ul = $( '<ul>' ).addClass( 'three columns end' );
$ul = $( '<ul>' ).addClass( 'three columns end autonym' );
if ( $rowDiv.length === 0 || $rowDiv.find( 'ul' ).length >= 4 ) {
$rowDiv = $( '<div>' ).addClass( 'row uls-language-block' );