Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
(Created page with "→‎CSS placed here will be applied to all skins: .smwtype_wpg { max-width: 15%; }")
 
Line 2: Line 2:
 
.smwtype_wpg {
 
.smwtype_wpg {
 
max-width: 15%;
 
max-width: 15%;
 +
}
 +
 +
.sysop-show, .user-show {
 +
display: none;
 
}
 
}

Revision as of 02:10, November 29, 2018

/* CSS placed here will be applied to all skins */
.smwtype_wpg {
	max-width: 15%;
}

.sysop-show, .user-show {
	display: none;
}