MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 186: Line 186:
    // Set new width using .each() to iterate over the jQuery objects
    // Set new width using .each() to iterate over the jQuery objects
$.each(listLists, function(index, list) {
$.each(listLists, function(index, list) {
    list.css('cssText', 'width: 60.5% !important;');
    list.css('cssText', 'width: 61.5% !important;');
});
});
         // Adjust width of filtered-list-items in #list
         // Adjust width of filtered-list-items in #list

Navigation menu