diff options
author | dvs1 | 2025-03-15 11:21:45 +1000 |
---|---|---|
committer | dvs1 | 2025-03-15 11:21:45 +1000 |
commit | 9c8a8ee98179a3c057110842d3c5bffd56e2e18f (patch) | |
tree | 54ccbb441b797da8033cbae5697860d03df6bcd3 | |
parent | TODO-- (diff) | |
download | notYetAnotherWiki-9c8a8ee98179a3c057110842d3c5bffd56e2e18f.zip notYetAnotherWiki-9c8a8ee98179a3c057110842d3c5bffd56e2e18f.tar.gz notYetAnotherWiki-9c8a8ee98179a3c057110842d3c5bffd56e2e18f.tar.bz2 notYetAnotherWiki-9c8a8ee98179a3c057110842d3c5bffd56e2e18f.tar.xz |
Fix up commented out grid template areas.
-rw-r--r-- | default.template | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/default.template b/default.template index 620fad0..dca66f9 100644 --- a/default.template +++ b/default.template | |||
@@ -29,11 +29,11 @@ | |||
29 | margin: 0; padding: 0; border: none; | 29 | margin: 0; padding: 0; border: none; |
30 | display: grid; | 30 | display: grid; |
31 | // grid-template-areas: | 31 | // grid-template-areas: |
32 | // "logo tools" | 32 | // "logo tools tools tools" |
33 | // "logo head" | 33 | // "logo head head head" |
34 | // "menu body" | 34 | // "menu body body body" |
35 | // "history foot" | 35 | // "history foot foot foot" |
36 | // "nyaw ."; | 36 | // "nyaw nyaw nyaw nyaw"; |
37 | grid-template-columns: 1.4fr 8fr auto auto; | 37 | grid-template-columns: 1.4fr 8fr auto auto; |
38 | grid-template-rows: auto auto 1fr auto auto; | 38 | grid-template-rows: auto auto 1fr auto auto; |
39 | // grid-auto-columns: minmax(auto, auto); | 39 | // grid-auto-columns: minmax(auto, auto); |