MediaWiki:Vector.css: Difference between revisions

From Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: .mw-parser-output li { margin-bottom: 1em; }")
 
No edit summary
Line 2: Line 2:


.mw-parser-output li {
.mw-parser-output li {
   margin-bottom: 1em;
   margin-bottom: 1em !important;
}
}

Revision as of 15:41, 20 June 2024

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

.mw-parser-output li {
  margin-bottom: 1em !important;
}