MediaWiki:Common.css: Difference between revisions
Created page with "→CSS placed here will be applied to all skins: .job-table { .th { white-space:nowrap; } }" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
.job-table { | .job-table { | ||
margin: 20px auto; | |||
caption { white-space:nowrap; | |||
} | } | ||
} | } | ||
Latest revision as of 02:11, 22 December 2025
/* CSS placed here will be applied to all skins */
.job-table {
margin: 20px auto;
caption { white-space:nowrap;
}
}