Module:SkillNav: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 134: Line 134:
     local header = skill_nav:tag('div'):addClass('skill-nav-header');
     local header = skill_nav:tag('div'):addClass('skill-nav-header');
     if (args.is_guild ~= nil) then
     if (args.is_guild ~= nil) then
         header:attr('style', 'justify-content:center;')
         header = header:css('justify-content', 'center');
     end
     end
     local colors;
     local colors;