image / dice roll bug

uploaded images to imgur and fixed a weapons roll bug with melee
This commit is contained in:
Steve Day
2014-05-16 11:24:03 -05:00
parent 44bc8960ad
commit f5a2c01c79
2 changed files with 9 additions and 9 deletions
+8 -8
View File
@@ -195,7 +195,7 @@
.charsheet table {
width:100%;
background-image: url('http://www.stevedaydesign.com/eote-images/bg-eote.jpg');
background-image: url('http://i.imgur.com/4biHABZ.jpg');
background-position:center center;
background-repeat:repeat;
@@ -210,7 +210,7 @@
}
.charsheet table tr th:last-child {
background-image: url('http://www.stevedaydesign.com/eote-images/bg-th-right-corner.png');
background-image: url('http://i.imgur.com/iZPF9he.png');
background-position: right bottom;
background-repeat:no-repeat;
}
@@ -230,7 +230,7 @@
}
.charsheet h3 {
background-image: url('http://www.stevedaydesign.com/eote-images/bg-header.png'), url('http://www.stevedaydesign.com/eote-images/bg-swsd.png');;
background-image: url('http://i.imgur.com/PAAMegP.png'), url('http://i.imgur.com/oWaNr2C.png');;
background-position: center top, center 5px;
background-repeat:no-repeat, repeat-x;
line-height:40px;
@@ -319,7 +319,7 @@
/* ------------------------------------------------- Soak, Wounds... */
.sheet-swsd {
background: url('http://www.stevedaydesign.com/eote-images/bg-swsd.png') center center no-repeat;
background: url('http://i.imgur.com/oWaNr2C.png') center center no-repeat;
}
.sheet-swsd tr:hover td {background-color:transparent;}
.sheet-swsd tr td {border:none;}
@@ -339,7 +339,7 @@
.sheet-swsd td:nth-child(3),
.sheet-swsd td:nth-child(5),
.sheet-swsd td:nth-child(7) {
background-image: url('http://www.stevedaydesign.com/eote-images/bg-swsd-box.png');
background-image: url('http://i.imgur.com/cODj4n5.png');
background-position: center top;
background-repeat:no-repeat;
width:153px;
@@ -393,7 +393,7 @@
.sheet-characteristics td:nth-child(11)
{
text-align:center;
background-image: url('http://www.stevedaydesign.com/eote-images/bg-char-box.png');
background-image: url('http://i.imgur.com/cyPJPLg.png');
background-position: center top;
background-repeat:no-repeat;
width:99px;
@@ -473,7 +473,7 @@
.sheet-weapons td:nth-child(8)
{
text-align:center;
background-image: url('http://www.stevedaydesign.com/eote-images/bg-char-box.png');
background-image: url('http://i.imgur.com/cyPJPLg.png');
background-position: center top;
background-repeat:no-repeat;
width:99px;
@@ -482,7 +482,7 @@
}
.sheet-weapons {
background: url('http://www.stevedaydesign.com/eote-images/bg-swsd.png') center 45px repeat-x;
background: url('http://i.imgur.com/oWaNr2C.png') center 45px repeat-x;
}
.sheet-weapons tr td {border:none;}
+1 -1
View File
@@ -794,7 +794,7 @@
<select name='attr_weaponskill'>
<option value="skill(@{rankBrawl}|@{brawn})">Brawl</option>
<option value="skill(@{rankGunnery}|@{agility})">Gunnery</option>
<option vaule="skill(@{rankMelee}|@{brawn})">Melee</option>
<option value="skill(@{rankMelee}|@{brawn})">Melee</option><!-- fixed roll -->
<option value="skill(@{rankLight}|@{agility})">Ranged - Light</option>
<option value="skill(@{rankHeavy}|@{agility})">Ranged - Heavy</option>
</select>