User:Vergir/teststyles: Difference between revisionsGive feedback
Jump to navigation
Jump to search
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 |
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; | |||
} | |||