From 1e0207ed171a67d6258b19c00bc9bcd060d64fbf Mon Sep 17 00:00:00 2001 From: Nanush7 <59543882+Nanush7@users.noreply.github.com> Date: Mon, 30 Sep 2024 04:01:41 +0000 Subject: [PATCH] Fix Table in WCA Payment Authorization Policy (#427) * Make the table render * Scaled table * Remove comment in style.css --- assets/style.css | 5 +++++ documents/policies/internal/Payment Authorization.md | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/assets/style.css b/assets/style.css index a7c7108f..d9cb40a2 100644 --- a/assets/style.css +++ b/assets/style.css @@ -70,6 +70,11 @@ td { vertical-align: top; } +.scaled-table { + transform: scale(0.9); + transform-origin: top left; +} + .bordered-image { display: block; box-sizing: border-box; diff --git a/documents/policies/internal/Payment Authorization.md b/documents/policies/internal/Payment Authorization.md index 12e6d928..c0faeebd 100644 --- a/documents/policies/internal/Payment Authorization.md +++ b/documents/policies/internal/Payment Authorization.md @@ -45,9 +45,15 @@ The purpose of this policy is to outline the procedures for individual WCA Staff ### Authorized Individuals All figures are in US Dollars. Transactions in foreign currencies should be converted to the US Dollar equivalent amount. Reminder, all payments above these figures or not in these categories must be explicitly authorized via a vote of the WCA Board. -| Staff Member Name | Individual Role | Gear Team Orders | Championship Support | Travel Funding | Equipment Funding | RO Support | Other Contracts | Other Budget Items | -| -------------------- | ------------------- |----------------- | -------------------- | -------------- | ----------------- | ---------- | --------------- | ------------------ | + +::: {.scaled-table} + +| Staff Member Name | Individual Role | Gear Team Orders | Championship Support | Travel Funding | Equipment Funding | RO Support | Other Contracts | Other Budget Items | +| -------------------- | ------------------- | ---------------- | -------------------- | -------------- | ----------------- | ---------- | --------------- | ------------------------------ | | Blake Thompson | WCA Board Member | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees | | Raymond Goslow | WCA Treasurer | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees | | Edward Hollingdale | WFC Leader | $10,000 | $50,000 | $5,000 | $10,000 | $5,000 | $10,000 | $5,000. $10,000 for legal fees | -| Daniel M. James | WFC Member | $3,000 | $0 | $0 | $3,000 | $0 | $0 | $0 | +| Daniel M. James | WFC Member | $3,000 | $0 | $0 | $3,000 | $0 | $0 | $0 | + +::: +