MediaWiki:Vector.css: Difference between revisions

From Stiles Wiki
Jump to navigation Jump to search
No edit summary
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 */
.infobox {
.infobox {
border: 5px solid black;
float: right;
clear: right;
border: 1px solid #aaa;
border-collapse: collapse;
border-collapse: collapse;
}
}

Revision as of 14:04, 21 March 2021

/* All CSS here will be loaded for users of the Vector skin */
.infobox {
	float: right;
	clear: right;
	border: 1px solid #aaa;
	border-collapse: collapse;
}