MediaWiki:Common.css: Difference between revisions

From Variscite Wiki
(Created page with "→‎CSS placed here will be applied to all skins: li { margin-bottom: 0.1em; }")
 
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: 0.1em;
     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;
}