Merge pull request #4328 from freefal/useSvgTrophy

Use SVG rather than PNG for 1st place tournament trophy
This commit is contained in:
Thibault Duplessis 2018-05-04 23:42:02 +02:00 committed by GitHub
commit f0eeef49c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ div.create_tournament {
#tournament .podium .first .trophy {
height: 150px;
width: 195px;
background: url(../images/icons/trophy-1.png) no-repeat;
background: url(../images/icons/trophy-1.svg) no-repeat;
background-size: cover;
}
#tournament .podium .second .trophy {