User:Vergir/teststyles: Difference between revisions

From The Deadlock Wiki
Jump to navigation Jump to search
Vergir (talk | contribs)
Vergir created the page User:Vergir/teststyles using a non-default content model "Sanitized CSS": to test templatestyles without actually making templates and /styles pages
 
Vergir (talk | contribs)
Add conversation table test styles: paragraph spacing between speaker lines (with help from vergir-bot LLM)
Line 1: Line 1:
/* 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;
}

Revision as of 22:47, 20 August 2026

/* 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;
}