Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 248: Line 248:
justify-content: center;
justify-content: center;
gap: 10px 16px;
gap: 10px 16px;
}
/* Character Creation has several two-line labels in its first row. Use a
  slightly tighter row gap so the second row sits at the same visual
  distance as the Rules section. */
.skin-citizen
.wizlords-mainpage-right:has(> h2 #Character_Creation)
> .center:has(> .wizlords-imagetext) {
row-gap: 6px;
}
}
}
}