MediaWiki:Vector.css: Difference between revisions

From KAVAN RC Wiki
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: ul ul { list-style-type: circle !important; } ul ul ul { list-style-type: square !important; }")
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
ul ul {
  list-style-type: circle !important;
}
ul ul ul {
  list-style-type: square !important;
}

Latest revision as of 07:34, 15 October 2024

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