Template:Learnlist/breed5/styles.css: Difference between revisions

From I-Pixelmon
Jump to navigation Jump to search
(Created page with "p { margin: 0; }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* zero-out default paragraph spacing inside this template */
p {
p {
     margin: 0;
     margin: 0;
}
}

Latest revision as of 01:19, 25 May 2025

/* zero-out default paragraph spacing inside this template */
p {
    margin: 0;
}