Difference between revisions of "MediaWiki:Common.css"

From Computer Science
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#p-logo::after {
 
#p-logo::after {
content: "ISU CS"
+
content: "ISU CS";
 +
text-align: center;
 +
font-weight: bold;
 
}
 
}

Revision as of 21:46, 22 April 2019

/* CSS placed here will be applied to all skins */
#p-logo::after {
	content: "ISU CS";
	text-align: center;
	font-weight: bold;
}