Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 15:37, 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;
}