User:Vergir/teststyles

Revision as of 22:47, 20 August 2026 by Vergir (talk | contribs) (Add conversation table test styles: paragraph spacing between speaker lines (with help from vergir-bot LLM))
/* Conversation table test: spacing between speaker lines.
   Each dialogue line is its own paragraph (blank-line separated in wikitext). */
.conversation-table td p {
    margin: 0 0 0.5em;
}

.conversation-table td p:last-child {
    margin-bottom: 0;
}