Skip to content

Commit

Permalink
Merge pull request #12911 from VJRolmasters/WARSTORIESWWII
Browse files Browse the repository at this point in the history
[WAR STORIES - WW2 RPG] Changed the url of the images to point Github folder
  • Loading branch information
BronsonHall authored May 21, 2024
2 parents 1d2b453 + 83e98b4 commit 43d48a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions WAR STORIES WW2 RPG/warstories.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ a:active {
#sheet-contenedorfondo{
width: 900px;
height: 1200px;
background-image: url("https://rolmasters.com/ROLL20/WWII/images/WAR_STORIES_CHARACTER_SHEET.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/WAR STORIES WW2 RPG/images/WAR_STORIE_CHARACTER_SHEET.png");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
Expand Down Expand Up @@ -665,7 +665,7 @@ h1 {
width: 100%;
max-width: 100%;
padding: 15px 10px;
background-image: url("https://rolmasters.com/ROLL20/WWII/images/BACKGROUND_WWII_VJROLMASTERS_D_2500px.png");
background-image: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/WAR STORIES WW2 RPG/images/BACKGROUND_WWII_VJROLMASTERS_D_2500px.png");
background-repeat: no-repeat;
background-size: auto;
background-position: center center;
Expand Down
2 changes: 1 addition & 1 deletion WAR STORIES WW2 RPG/warstories.html
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ <h2>SOLDIER PHOTO</h2>
<rolltemplate class="sheet-rolltemplate-warstories">
<div class="sheet-container sheet-color-{{color}}">
<div class="sheet-header">
{{#title}}<div class="sheet-title">{{title}}<img class="sheet-wsicon" src="https://rolmasters.com/ROLL20/WWII/images/WS_ICON_TEMPLATE_1.png" alt="War stories icon"> </div>{{/title}}
{{#title}}<div class="sheet-title">{{title}}<img class="sheet-wsicon" src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/WAR STORIES WW2 RPG/images/WS_ICON_TEMPLATE_1.png" alt="War stories icon"> </div>{{/title}}
{{#subtitle}}<div class="sheet-subtitle">{{subtitle}}</div>{{/subtitle}}
</div>
<div class="sheet-content">
Expand Down

0 comments on commit 43d48a2

Please sign in to comment.