MediaWiki:Common.css: Difference between revisions

From Variscite Wiki
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
li {
li {
     margin-bottom: 1em !important;
     margin-bottom: .1em !important;
}
}

Revision as of 13:50, 10 June 2020

/* CSS placed here will be applied to all skins */
li {
    margin-bottom: .1em !important;
}