MediaWiki:Vector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
.infobox tbody{
.infobox tbody{
border: 5px solid black;
border: 5px solid black;
float: right;
}
}

Revision as of 13:33, 21 March 2021

/* All CSS here will be loaded for users of the Vector skin */
.infobox tbody{
	border: 5px solid black;
}