Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
} | } | ||
− | td.StepNum { | + | .TblSteps td.StepNum { |
width: 30px; | width: 30px; | ||
vertical-align: text-top; | vertical-align: text-top; | ||
text-align: right; | text-align: right; | ||
} | } |
Revision as of 14:40, 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; }