Santa Fe Institute Collaboration Platform

Thermodynamics of Computation

Difference between revisions of "MediaWiki:Common.css"

From Thermodynamics of Computation
Line 10: Line 10:
 
.index {
 
.index {
 
         display: inline-block;
 
         display: inline-block;
         padding: 0 3px 3px 3px;  
+
         padding: 0 6px;  
 
}
 
}
  

Revision as of 09:35, November 29, 2018

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

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

.index {
        display: inline-block;
        padding: 0 6px; 
}

.index a:hover {
        text-decoration: none;
}

.index-active {
       border-bottom: 2px solid #58455f;
}