MediaWiki:Vector.css: Difference between revisions

From Applied Science
No edit summary
No edit summary
Line 6: Line 6:
}
}


.vector-body p { margin-bottom: 1m; }
.vector-body p { margin: 1m 0; }

Revision as of 23:50, 19 January 2022

/* All CSS here will be loaded for users of the Vector skin */

li {

margin-bottom: 1em;
}

.vector-body p { margin: 1m 0; }