Difference between revisions of "MediaWiki:Vector.css"

From Open Educational Resources
Jump to navigation Jump to search
(Collapsible Vector fix post 1.35 upgrade)
 
m (oops)
 
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 */
  
/* CollapsibleVector fix.  
+
/* CollapsibleVector fix.*/
 
.portal h3, .vector-menu-portal h3 {
 
.portal h3, .vector-menu-portal h3 {
 
background-size: auto !important;
 
background-size: auto !important;
 
}
 
}

Latest revision as of 17:33, 2 July 2022

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

/* CollapsibleVector fix.*/
.portal h3, .vector-menu-portal h3 {
	background-size: auto !important;
}