diff options
author | dvs1 | 2025-01-15 16:55:48 +1000 |
---|---|---|
committer | dvs1 | 2025-01-15 16:55:48 +1000 |
commit | ff4225d5a6f954d1253ebf4280f234eee4b12bdc (patch) | |
tree | c7709c0edb2cb24dc8a467a9a79e306079a9cfe4 | |
parent | One of these days I'll figure out sorting. lol (diff) | |
download | notYetAnotherWiki-ff4225d5a6f954d1253ebf4280f234eee4b12bdc.zip notYetAnotherWiki-ff4225d5a6f954d1253ebf4280f234eee4b12bdc.tar.gz notYetAnotherWiki-ff4225d5a6f954d1253ebf4280f234eee4b12bdc.tar.bz2 notYetAnotherWiki-ff4225d5a6f954d1253ebf4280f234eee4b12bdc.tar.xz |
Swap trail and header.
Makes more sense, especially once logo points to home.
Diffstat (limited to '')
-rw-r--r-- | default.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.template b/default.template index 187112d..b72033d 100644 --- a/default.template +++ b/default.template | |||
@@ -26,11 +26,11 @@ | |||
26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> | 26 | <table style="background-color: $karenPurple$; width: 98vw; margin: 1; line-style: none; border-style: none; border-spacing: 0;"> |
27 | <tr> | 27 | <tr> |
28 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> | 28 | <td><img src="$logo$" alt="alt text" title="Not (Yet) (Another / A) Wiki."/></td> |
29 | <td style="text-align: right;">$header$ plus login and register buttons </td> | 29 | <td><p>👣 $trail$</p></td> |
30 | </tr> | 30 | </tr> |
31 | <tr> | 31 | <tr> |
32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> | 32 | <td rowspan=2 style="white-space:nowrap; vertical-align:top;">$menu$</td> |
33 | <td><p>👣 $trail$</p></td> | 33 | <td style="text-align: right;">$header$ plus login and register buttons </td> |
34 | </tr> | 34 | </tr> |
35 | <tr> | 35 | <tr> |
36 | <td style="background-color: black; width: fit-content;"> | 36 | <td style="background-color: black; width: fit-content;"> |