minor clean up getting ready for PR

This commit is contained in:
Patrick Schroeder
2021-07-20 09:42:15 -05:00
parent 15b0daa7a8
commit e43784173a
5 changed files with 5 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 96 KiB

After

Width:  |  Height:  |  Size: 112 KiB

+3 -3
View File
@@ -184,11 +184,11 @@
display: none;
}
.collateral-damage label span:before {
content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart.png");
content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart.png");
cursor: pointer;
}
.collateral-damage label input[type=checkbox]:checked + span:before {
content: url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png");
content: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png");
cursor: pointer;
}
.collateral-damage ul {
@@ -271,5 +271,5 @@
/* Using this to pre-load the heart-slash to avoid the flicker */
.collateral-damage::after{
position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
content:url("https://raw.githubusercontent.com/patschroed/roll20-character-sheets/master/CDMG/heart-slash.png")
content:url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/CDMG/heart-slash.png")
}
+1 -1
View File
@@ -2,7 +2,7 @@
<!--Logo / Player Name / Movie Title -->
<div class="sheet-2colrow">
<div class="sheet-col">
<img src="https://github.com/patschroed/roll20-character-sheets/blob/master/CDMG/cdmg-logo.png?raw=true" />
<img src="https://github.com/Roll20/roll20-character-sheets/blob/master/CDMG/cdmg-logo.png?raw=true" />
</div>
<div class="sheet-col">
<div>
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

+1 -1
View File
@@ -5,5 +5,5 @@
"roll20userid": "1474331",
"preview": "cdmg-preview.png",
"instructions": "**Collateral Damage Character Sheet**\n\nUse this simple character sheet to track stats and player info for your Collateral Damage games",
"legacy": true
"legacy": false
}