Difference between revisions of "MediaWiki:Common.css"
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 14: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; }