Difference between revisions of "MediaWiki:Common.css"

From InfoEx Help Information
Jump to navigation Jump to search
Line 9: Line 9:
 
   vertical-align: text-top;  
 
   vertical-align: text-top;  
 
   text-align: right;
 
   text-align: right;
 +
  font-weight: bold;
 
}
 
}

Revision as of 17:09, 15 October 2013

/* CSS placed here will be applied to all skins */

table.TblSteps {
  border-spacing: 10px;
}

.TblSteps td.StepNum {
  width: 30px; 
  vertical-align: text-top; 
  text-align: right;
  font-weight: bold; 
}