From 7e5e1f3a4d52ade0000a671096a0e53ab611d7c7 Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 25 Oct 2023 16:27:21 -0700 Subject: [PATCH 1/2] Forbidden Lands - small chat dice fix --- Forbidden_Lands/Forbidden_Lands.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Forbidden_Lands/Forbidden_Lands.css b/Forbidden_Lands/Forbidden_Lands.css index cbe1271a8ecd..c0727a29425a 100644 --- a/Forbidden_Lands/Forbidden_Lands.css +++ b/Forbidden_Lands/Forbidden_Lands.css @@ -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; } @@ -6033,6 +6035,7 @@ span.willpower-box3 { border-radius: 5px; color: #fff; line-height: 0; + outline: 1px solid #000; padding: 3px; text-align: center; } From 57e77f7df72d9c4b2c494216de27151fdedb49ee Mon Sep 17 00:00:00 2001 From: Vince Date: Wed, 25 Oct 2023 16:30:29 -0700 Subject: [PATCH 2/2] date and announcement update --- Forbidden_Lands/Forbidden_Lands.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Forbidden_Lands/Forbidden_Lands.html b/Forbidden_Lands/Forbidden_Lands.html index 0010aec7567d..d8441c749116 100644 --- a/Forbidden_Lands/Forbidden_Lands.html +++ b/Forbidden_Lands/Forbidden_Lands.html @@ -37,9 +37,10 @@ *

Latest Announcements

- 08/27/23 + 10/25/23
    v1.856 +
  1. Barely perceptible border-radius aberration fix.
  2. Small positional adjustment to header/footer/nav tabs.
  3. Extended the Attribute range indicators(clickable skulls) to 7 to account for artifacts or...? that might raise a score above 6.
  4. Added datalist for Kin and Profession fields.