update outbreak images (#6428)

This commit is contained in:
Cassie Levett
2020-05-11 13:12:17 -04:00
committed by GitHub
parent a71acadbba
commit fb6434bb9b
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -532,7 +532,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
.sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit {
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom;
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg") bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;
@@ -541,7 +541,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
.sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit {
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom;
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg") bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;
@@ -550,7 +550,7 @@ input[name='attr_tab'][value='log'] ~ div.sheet-log {
.sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit {
background: url("https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom;
background: url("https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg") bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1,7 +1,7 @@
//- VERSION
//- =============================
input(name='attr_version' type='hidden' value='1.01')
input(name='attr_version' type='hidden' value='1.02')
//- MIXINS
include src/pug/_mixins.pug
+3 -3
View File
@@ -104,7 +104,7 @@
}
.sheet-rolltemplate-ou-small .sheet-speed-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-speed-five .inlinerollresult.fullcrit {
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom;
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_speed_16pxW_x16pxH.jpg') bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;
@@ -113,7 +113,7 @@
}
.sheet-rolltemplate-ou-small .sheet-damage-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-damage-five .inlinerollresult.fullcrit {
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom;
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_damage_16pxW_x16pxH.jpg') bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;
@@ -122,7 +122,7 @@
}
.sheet-rolltemplate-ou-small .sheet-deplete-five .inlinerollresult.fullcrit,
.sheet-rolltemplate-ou .sheet-deplete-five .inlinerollresult.fullcrit {
background: url('https://raw.githubusercontent.com/clevett/roll20-character-sheets/outbreakv1/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom;
background: url('https://raw.githubusercontent.com/Roll20/roll20-character-sheets/master/Outbreak/src/img/HuntersIcon_depletion_16pxW_x16pxH.jpg') bottom;
background-size: 19px 19px;
background-repeat: no-repeat;
z-index: +1;