mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
SUPERS Revised: fix images
The images were using the wrong address.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user