Jump to content

MediaWiki:Common.css: Difference between revisions

From ffxi-braver-wiki
Created page with "CSS placed here will be applied to all skins: .job-table { .th { white-space:nowrap; } }"
 
No edit summary
Line 2: Line 2:


.job-table {
.job-table {
   .th { white-space:nowrap;
   th { white-space:nowrap;
}
}
}
}

Revision as of 02:07, 22 December 2025

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

.job-table {
  th { white-space:nowrap;
}
}