Improved tables, Separated tables into core and site segments, rules and pages

Update index.php, sidebar.php, and 7 more files...
This commit is contained in:
2024-11-23 15:12:20 +01:00
parent 0a08a16f0b
commit 2d1b2eb8fd
8 changed files with 246 additions and 59 deletions

View File

@@ -13,3 +13,11 @@ $nibblepoker-background-root: "./";
$include-grid-backgrounds: true;
$use-b64-backgrounds: true;
// Toggles the generation of any table cell padding rules.
// See: core/table.scss
$generate-table-padding-rules: true;
// Toggles the generation of the header and cell specific padding rules for tables. (Disabled by default)
// See: core/table.scss
$generate-table-header-cell-padding-rules: true;