MediaWiki:Vector.css: Difference between revisions

From Applied Science
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: li { margin-bottom: 1em; }")
 
No edit summary
Tag: Reverted
Line 3: Line 3:
li {
li {


margin-bottom: 1em;
margin-bottom: 3em;
}
}

Revision as of 21:34, 19 January 2022

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

li {

margin-bottom: 3em;
}