From 2d1b2eb8fd1e985386b46507c27727c3384a2845 Mon Sep 17 00:00:00 2001 From: Herwin Bozet Date: Sat, 23 Nov 2024 15:12:20 +0100 Subject: [PATCH] Improved tables, Separated tables into core and site segments, rules and pages Update index.php, sidebar.php, and 7 more files... --- htdocs/index.php | 5 +- htdocs/parts/sidebar.php | 7 +- htdocs/parts/tables_core.php | 182 +++++++++++++++++++ htdocs/parts/{tables.php => tables_site.php} | 28 +-- scss/config.scss | 8 + scss/core/table.scss | 40 ++++ scss/nibblepoker.scss | 1 + scss/site/table.scss | 34 +--- 8 files changed, 246 insertions(+), 59 deletions(-) create mode 100644 htdocs/parts/tables_core.php rename htdocs/parts/{tables.php => tables_site.php} (72%) create mode 100644 scss/core/table.scss diff --git a/htdocs/index.php b/htdocs/index.php index 1e3ffa7..f413c9d 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -92,7 +92,7 @@ - + @@ -102,6 +102,9 @@ + + +