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
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


.job-table {
.job-table {
   .th { white-space:nowrap;
   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;
}
}