Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 259: Line 259:
}
}


table.spiritvale-passive-infobox > tbody > tr.spiritvale-infobox-main > th {
 
   width: 42%;
/* Passive hero split rows (match Skills) */
  white-space: normal;
table.spiritvale-passive-infobox > tbody > tr.sv-hero-title-row {
   border-bottom: none !important;
}
}
table.spiritvale-passive-infobox > tbody > tr.spiritvale-infobox-main > td {
table.spiritvale-passive-infobox > tbody > tr.sv-hero-title-row > th {
   width: 58%;
  padding-bottom: 0.55em;
}
table.spiritvale-passive-infobox > tbody > tr.sv-hero-desc-row > td {
   padding-top: 0.55em;
  padding-bottom: 0.55em;
}
}