Difference between revisions of "MediaWiki:Common.css"

From Computer Science
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: #p-logo::before { content: "<strong>ISU Computer Science</strong>" }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
#p-logo::before {
+
#p-logo::after {
content: "<strong>ISU Computer Science</strong>"
+
content: "ISU Computer Science"
 
}
 
}

Revision as of 21:42, 22 April 2019

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