I want to make a new CSS CLASS for the Rate/Vote stars on the photos_gallery.php page.
So instead of using:
.votes_big
{
margin-left: 130px;
margin-right: 0px;
width: 200px;
}
That is in base\css\general.css and it applies the style to all big vote stars on the site... I'll make a new one that is just for this page because it needs different margin values to show centered. For example ill make it .votes_big_pg or something. But, I need to find the code that displays the votes and calls for the .votes_big class on the photos gallery page before I can do that. Does anyone know how/where I can find this code?