MediaWiki:Timeless.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will affect users of the Timeless skin */
/* CSS placed here will affect users of the Timeless skin */
.infobox {
.infobox {
border: 2px solid;
border: 2px solid #a2a9b1;
}
}

Latest revision as of 20:02, 18 May 2022

/* CSS placed here will affect users of the Timeless skin */
.infobox {
	border: 2px solid #a2a9b1;
}