From aab7917eca8ea1a7b6dbcb749265d8a4e2240f9a Mon Sep 17 00:00:00 2001 From: lelajcorson Date: Tue, 13 Oct 2020 14:55:30 -0700 Subject: [PATCH] changed image urls to reference the images in the roll20 repository --- Aces and Eights (Shattered Frontier)/sheet.html | 2 +- Aces and Eights (Shattered Frontier)/style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Aces and Eights (Shattered Frontier)/sheet.html b/Aces and Eights (Shattered Frontier)/sheet.html index 7d027f9b60..6ad974c827 100644 --- a/Aces and Eights (Shattered Frontier)/sheet.html +++ b/Aces and Eights (Shattered Frontier)/sheet.html @@ -1,5 +1,5 @@ - +
diff --git a/Aces and Eights (Shattered Frontier)/style.css b/Aces and Eights (Shattered Frontier)/style.css index c5f656b85e..2ee11b76e1 100644 --- a/Aces and Eights (Shattered Frontier)/style.css +++ b/Aces and Eights (Shattered Frontier)/style.css @@ -555,7 +555,7 @@ button.sheet-weapons_button:before{ } .sheet-rolltemplate-skills, .sheet-rolltemplate-attack{ - background: url(https://github.com/lelajcorson/Aces-and-Eights-Character-Sheet/blob/skills-rolltemplate/roll_border.png?raw=true) top left; + background: url("https://github.com/Roll20/roll20-character-sheets/blob/master/Aces%20and%20Eights%20(Shattered%20Frontier)/roll_border.png?raw=true") top left; background-size: 195px 104px; background-repeat: no-repeat; font-size: 15px; @@ -587,7 +587,7 @@ button.sheet-weapons_button:before{ } .sheet-rolltemplate-damage{ - background: url(https://github.com/lelajcorson/Aces-and-Eights-Character-Sheet/blob/skills-rolltemplate/damage_rolltemplate_border.png?raw=true); + background: url("https://github.com/Roll20/roll20-character-sheets/blob/master/Aces%20and%20Eights%20(Shattered%20Frontier)/damage_rolltemplate_border.png?raw=true"); background-size: 195px 104px; background-repeat: no-repeat; font-size: 15px;