User:Vergir/teststyles

From The Deadlock Wiki
Revision as of 19:21, 21 August 2026 by Vergir (talk | contribs)
Jump to navigation Jump to search
/* 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.75em 0;
}