Merge pull request #2913 from joesinghaus/master

Blades in the Dark: Small fix
This commit is contained in:
wing-it
2017-08-14 14:48:20 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1216,6 +1216,7 @@ textarea.sheet-abilitydesc {
width: 4%;
letter-spacing: 0;
font-weight: 800;
font-size: 13px;
line-height: inherit;
padding: 19px 3px 3px;
}
@@ -1702,7 +1703,7 @@ button[type=roll].sheet-cohortbutton {
button[type=roll].sheet-actionbutton {
letter-spacing: 1px;
text-align: left;
width: 80px;
width: 88px;
}
button[type=roll].sheet-vicebutton,
button[type=roll].sheet-fortunebutton {
File diff suppressed because one or more lines are too long