Module:StreetBrawlItems: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
Tier/counter headings now carry the skin's mw-heading wrapper classes, so they inherit real heading styling instead of hardcoded values (with help from vergir-bot LLM)
Vergir (talk | contribs)
mNo edit summary
Line 76: Line 76:
-- of contents (and can be hidden inside the gate).
-- of contents (and can be hidden inside the gate).
local function heading_div(label)
local function heading_div(label)
return '<div class="mw-heading mw-heading3 sb-tier-head">' .. label .. '</div>'
return '<div class="mw-heading mw-heading4 sb-tier-head">' .. label .. '</div>'
end
end