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 Computer Science"
+
content: "ISU CS"
 
}
 
}

Revision as of 21:43, 22 April 2019

/* CSS placed here will be applied to all skins */
#p-logo::after {
	content: "ISU CS"
}