User:Vergir/teststyles: Difference between revisions

Vergir (talk | contribs)
Add conversation table test styles: paragraph spacing between speaker lines (with help from vergir-bot LLM)
Vergir (talk | contribs)
mNo edit summary
Line 2: Line 2:
   Each dialogue line is its own paragraph (blank-line separated in wikitext). */
   Each dialogue line is its own paragraph (blank-line separated in wikitext). */
.conversation-table td p {
.conversation-table td p {
     margin: 0 0 0.5em;
     margin: 0;
    margin-bottom: 0.5em;
}
}