Difference between revisions of "MediaWiki:Common.css"

From InfoEx Help Information
Jump to navigation Jump to search
Line 3: Line 3:
 
table.TblSteps {
 
table.TblSteps {
 
   border-spacing:10px;
 
   border-spacing:10px;
 +
}
 +
 +
td.StepNum {
 +
  width:30px;
 +
  vertical-align:text-top;
 +
  text-align:right;
 
}
 
}

Revision as of 15:35, 15 October 2013

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

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

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