4,595
edits
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
padding: 0 0.6em 0.2em 0.6em; | padding: 0 0.6em 0.2em 0.6em; | ||
} | } | ||
/* CSS for Player Infoboxes */ | /* CSS for Player and NPC Infoboxes */ | ||
.infobox.player { | .infobox.player, | ||
.infobox.npc { | |||
line-height: 1.2em; | line-height: 1.2em; | ||
font-size: 90%; | font-size: 90%; | ||
} | } | ||
.infobox.player .tag{ | .infobox.player .tag, | ||
.infobox.npc .tag { | |||
text-align: center; | text-align: center; | ||
background-color: transparent; | background-color: transparent; |