SUPERS Revised: fix images

The images were using the wrong address.
This commit is contained in:
G-G-G
2020-07-05 23:06:51 +01:00
parent 3f3b958280
commit 17c97afcd0
+3 -3
View File
@@ -164,7 +164,7 @@ div.sheet-name h6{
div.sheet-logo{
grid-area: logo;
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/Supers-RED-v1-00/Supers-Revised-Edition/images/logo.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Supers-Revised-Edition/images/logo.png);
background-size: 344px 150px;
background-repeat: no-repeat;
background-position: center;
@@ -267,7 +267,7 @@ div.sheet-tracker{
}
div.sheet-def-tracker{
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/Supers-RED-v1-00/Supers-Revised-Edition/images/Original-Tracker.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Supers-Revised-Edition/images/Original-Tracker.png);
background-size: 490px 180px;
background-repeat: no-repeat;
height: 180px;
@@ -275,7 +275,7 @@ div.sheet-def-tracker{
}
div.sheet-alt-tracker{
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/Supers-RED-v1-00/Supers-Revised-Edition/images/alternate-tracker.png);
background-image: url(https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Supers-Revised-Edition/images/alternate-tracker.png);
background-size: 490px 180px;
background-repeat: no-repeat;
height: 180px;