User:Vergir/teststyles: Difference between revisions

Jump to navigation Jump to search
Vergir (talk | contribs)
mNo edit summary
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;
     margin: 0.75em 0;
    margin-bottom: 0.5em;
}
 
.conversation-table td p:last-child {
    margin-bottom: 0;
}
}