Skip to content

Commit

Permalink
Merge pull request #12260 from vince-roll20/fbl
Browse files Browse the repository at this point in the history
Forbidden Lands - chat dice aberration fix
  • Loading branch information
BronsonHall authored Oct 26, 2023
2 parents 2e125e9 + 57e77f7 commit add3bd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Forbidden_Lands/Forbidden_Lands.css
Original file line number Diff line number Diff line change
Expand Up @@ -6010,19 +6010,21 @@ span.willpower-box3 {

.sheet-rolltemplate-forbiddenlands .sheet-template-white-dice {
background-color: #fff;
border: 1px solid #000;
border: 1px solid transparent;
border-radius: 5px;
line-height: 0;
outline: 1px solid #000;
padding: 3px;
text-align: center;
}

.sheet-rolltemplate-forbiddenlands .sheet-template-maroon-dice {
background-color: #a60100;
border: 1px solid #000;
border: 1px solid transparent;
border-radius: 5px;
color: #fff;
line-height: 0;
outline: 1px solid #000;
padding: 3px;
text-align: center;
}
Expand All @@ -6033,6 +6035,7 @@ span.willpower-box3 {
border-radius: 5px;
color: #fff;
line-height: 0;
outline: 1px solid #000;
padding: 3px;
text-align: center;
}
Expand Down
3 changes: 2 additions & 1 deletion Forbidden_Lands/Forbidden_Lands.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
<input type="checkbox" class="announcements-show" name="attr_show_announcements" value="1" data-i18n-title="close-announcements" title="Close Announcements" />
<span class="announcements-exit" data-i18n-title="close">*</span><br>
<h3 data-i18n="latest-announcements">Latest Announcements</h3>
<span class="footer">08/27/23</span>
<span class="footer">10/25/23</span>
<ol>
<strong>v1.856</strong>
<li>Barely perceptible border-radius aberration fix.</li>
<li>Small positional adjustment to header/footer/nav tabs.</li>
<li>Extended the Attribute range indicators(clickable skulls) to 7 to account for artifacts or...? that might raise a score above 6.</li>
<li>Added datalist for Kin and Profession fields.</li>
Expand Down

0 comments on commit add3bd7

Please sign in to comment.