Module:StreetBrawlItems: Difference between revisionsGive feedback
Jump to navigation
Jump to search
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) |
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- | return '<div class="mw-heading mw-heading4 sb-tier-head">' .. label .. '</div>' | ||
end | end | ||