Difference between revisions of "MediaWiki:Gadget-TCGplayer.css"

From Yugipedia
Jump to: navigation, search
(Styles for the generated table.)
 
(Add dollar sign to the prices.)
 
Line 2: Line 2:
 
width: 100%;
 
width: 100%;
 
text-align: center;
 
text-align: center;
 +
}
 +
 +
.tcgplayer__data > td::before {
 +
content: '$';
 
}
 
}

Latest revision as of 22:53, 28 November 2018

.tcgplayer {
	width: 100%;
	text-align: center;
}

.tcgplayer__data > td::before {
	content: '$';
}