Update with local images (#6620)

change remote images to local images
This commit is contained in:
temitchell
2020-06-01 09:39:26 -07:00
committed by GitHub
parent 03c735bfd7
commit d15f582bc8
7 changed files with 4 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

+2 -2
View File
@@ -181,11 +181,11 @@ label div
}
.charsheet .sheet-ACBG {
background: url('http://i.imgur.com/6lUoOzW.png') no-repeat 20% 0% / 6.6em auto;
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Beacon/Assets/shield.png') no-repeat 20% 0% / 6.6em auto;
}
.charsheet .sheet-HPBG {
background: url('http://i.imgur.com/37exssR.png') no-repeat 20% 0% / 6.6em auto;
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Beacon/Assets/hp.png') no-repeat 20% 0% / 6.6em auto;
}
/* END Graphic Boxes */
+2 -2
View File
@@ -4,8 +4,8 @@
<div class="sheet-overall-wrapper">
<div class="sheet-row">
<div class="sheet-col-1-1 sheet-padl sheet-margin-top sheet-center"><img src="http://i.imgur.com/IvwBoIM.png" alt="Beacon Character Record Sheet"></div>
<!-- <div class="sheet-col-1-1 sheet-margin-top sheet-center"><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Beacon/Assets/logo.png" alt="Beacon Character Record Sheet"></div> -->
<!-- <div class="sheet-col-1-1 sheet-padl sheet-margin-top sheet-center"><img src="http://i.imgur.com/IvwBoIM.png" alt="Beacon Character Record Sheet"></div> -->
<div class="sheet-col-1-1 sheet-margin-top sheet-center"><img src="https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Beacon/Assets/logo.png" alt="Beacon Character Record Sheet"></div>
</div>
<hr/>
<!-- switch between play and update mode -->